I have a DateTime property on a class marked with a custom Json converter. If I use Ext.Net.JSON.Serialize, it uses my custom converter fine. If I databind that object to a store, it does not use my converter. Is there something I need to do to globally tell all stores to use the attribute converter vs the default datetime converter? I am surprised Ext.Net.JSON.Serialize is not used internally for store databinding.