New posts in serialization

WCF: DataMember attribute on property vs. member

Upload many images django rest framework

Why does json serialization of datetime objects in python not work out of the box for datetime objects

How can I convert a dictionary of set elements to json? [duplicate]

Serialize in JSON a base64 encoded data

How does Java's serialization work and when it should be used instead of some other persistence technique?

How can I return json from my WCF rest service (.NET 4), using Json.Net, without it being a string, wrapped in quotes?

Is json.loads() vulnerable to arbitrary code execution?

Why do we need serialization if everything is already stored as bits?

High performance serialization: Java vs Google Protocol Buffers vs ...?

How to output serialized JSON view data as an array of objects, instead of wrapped in an outer object?

Deserialize object property with StringReader vs XmlNodeReader

@JsonProperty annotation on field as well as getter/setter

How does java serialization deserialize final fields when no default constructor specified?

Convert DataTable to JSON with key per row

FileMode.Open and FileMode.OpenOrCreate difference when file exists? c# bug?

Unable to deserialize lambda

Why can DateTime.MinValue not be serialized in timezones ahead of UTC?

Serializing list to JSON

What is the meaning of serialization in programming languages? [duplicate]