New posts in serialization

Deserialize Dictionary<string, object> with enum values in C#

How to apply ObjectCreationHandling.Replace to selected properties when deserializing JSON?

c++ Read/Write class from/to binary file

Json.Net adding $id to EF objects despite setting PreserveReferencesHandling to "None"

How to create a SerializationBinder for the Binary Formatter that handles the moving of types from one assembly and namespace to another

Serializing an interface/abstract object using NewtonSoft.JSON

gwt - Using List<Serializable> in a RPC call?

Reverse (parse the output) of Arrays.toString(int[]) [duplicate]

How to deserialize a x-www-form-urlencoded encoded string in .NET Core 3.1 or .NET Standard?

How do the In and Out attributes work in .NET?

Get current user in Model Serializer

How to Serialize List<T>?

Why I could not serialize a tuple in C#? [duplicate]

Using JSONEncoder to encode a variable with Codable as type

End of Stream encountered before parsing was completed?

TypeError: Object of type 'bytes' is not JSON serializable

Why is Serializable Attribute required for an object to be serialized

Best method of saving data

Java serialization of multidimensional array

Jackson is not deserialising a generic list that it has serialised