New posts in deserialization

Serializing/deserializing with memory stream

Can I specify a path in an attribute to map a property in my class to a child property in my JSON?

Ignore a property during xml serialization but not during deserialization

property type or class using reflection

Error Deserializing Xml to Object - xmlns='' was not expected

java.io.InvalidClassException: local class incompatible:

Deserializing heterogenous JSON array into covariant List<> using Json.NET

What's the Jackson deserialization equivalent of @JsonUnwrapped?

Ignore parsing errors during JSON.NET data parsing

serialize and deserialize enum with Gson [duplicate]

How can I deserialize JSON with a top-level array using Serde?

Deserializing JSON using JSon.NET with dynamic data

GSON deserializing key-value to custom object

multiple JsonProperty Name assigned to single property

How to create a custom deserializer in Jackson for a generic type?

NewtonSoft.Json Serialize and Deserialize class with property of type IEnumerable<ISomeInterface>

How do you deserialize XML with dynamic element names?

How to convert json into datatable?

Handling decimal values in Newtonsoft.Json

Deserializing Generic Types with GSON