jgauffin / griffin.mvccontrib

A contribution project for ASP.NET MVC3
http://blog.gauffin.org/tag/griffin-mvccontrib/
GNU Lesser General Public License v3.0
83 stars 40 forks source link

Feature request: flat file Serializer via DependencyResolver #14

Closed eric-b closed 12 years ago

eric-b commented 12 years ago

Thank you for this project, it's a great approach for localization.

It would be nice if we could replace the default DataContractJsonSerializer via the default container (MVC 3).

jgauffin commented 12 years ago

The Serialize/Deserialize methods are virtual. Simply inherit the classes and override them.