NancyFx / Nancy.Serialization.JsonNet

NewtonSoft.Json serializer for Nancy
MIT License
40 stars 32 forks source link

Constructor now takes JSonSerializer #4

Closed emilcardell closed 12 years ago

emilcardell commented 12 years ago

Additional constructor for BodyDeserializer and Serializer now takes a JSonSerializer for full customization. Removed the need for converters in constructors.

Converters are now passed in to the JsonSerializer used in the constructor.