NancyFx / Nancy.Serialization.JsonNet

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

Reset Body Stream position #22

Closed teedty1 closed 8 years ago

teedty1 commented 9 years ago

Please reset the body position in the Deserialize method so multiple calls to this.Bind can be performed.

Please see line 37 in Nancy.ModelBinding JsonBodyDeserializer.cs which handles this.