rpgmaker / NetJSON

Faster than Any Binary? Benchmark: http://theburningmonk.com/2014/08/json-serializers-benchmarks-updated-2/
MIT License
225 stars 29 forks source link

DateTime in ISO format not deserialized #211

Closed adoris123 closed 5 years ago

adoris123 commented 5 years ago

Deserialized without problem: "2014-07-31T00:00:00.0000000+02:00" Error deserializing: "2014-07-31T00:00:00.0000000"

rpgmaker commented 5 years ago

Do you mean serialized without problem? Also, can you post the code example of what you are doing if possible? E.x what is your netjson setting look like and etc.

Thanks,

rpgmaker commented 5 years ago

Any example would be helpful. Thanks,

rpgmaker commented 5 years ago

I will close this for now. Please be sure to reopen it when you have an example to reference. Thanks again