New posts in serialization

Is it possible to do .NET binary serialization of an object when you don't have the source code of the class?

Portability of binary serialization of double/float type in C++

Convert Bytes to Int / uint in C

Deserializing empty xml attribute value into nullable int property using XmlSerializer

DataContractSerializer vs XmlSerializer: Pros and Cons of each serializer

Using JSON.NET to return ActionResult [duplicate]

How to write and read java serialized objects into a file

Jackson - How to process (deserialize) nested JSON?

How can I customize serialization of a list of JAXB objects to JSON?

What is the best way to convert a java object to xml with open source apis [closed]

What does the protobuf text format look like?

Pass request context to serializer from Viewset in Django Rest Framework

Why would you use a string in JSON to represent a decimal number

Force JSON.NET to include milliseconds when serializing DateTime (even if ms component is zero)

Converting newtonsoft code to System.Text.Json in .net core 3. what's equivalent of JObject.Parse and JsonProperty

JSON.NET as a WebAPI 2 OData serializer vs ODataMediaTypeFormatter

laravel Unable to prepare route ... for serialization. Uses Closure

How to check if an object is serializable in C#

Can I serialize Anonymous Types as xml?

Standardized way to serialize JSON to query string?