Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serialization

What's the difference between using the Serializable attribute & implementing ISerializable?

Jackson: How to add custom property to the JSON without modifying the POJO

how to properly implement Parcelable with an ArrayList<Parcelable>?

How to serialize an Exception object in C#?

C# JSON Serialization of Dictionary into {key:value, ...} instead of {key:key, value:value, ...}

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

How do I serialize a Python dictionary into a string, and then back to a dictionary?

How does WCF deserialization instantiate objects without calling a constructor?

Ignoring a field during .NET JSON serialization; similar to [XmlIgnore]?

jQuery serialize does not register checkboxes

jquery serialization

Deserializing empty xml attribute value into nullable int property using XmlSerializer

"Unparseable date: 1302828677828" trying to deserialize with Gson a millisecond-format date received from server

how to test in Java that a class implements Serializable correctly (not just is an instance of Serializable)

java serialization

Self referencing loop detected - Getting back data from WebApi to the browser

sending NaN in json

python json serialization nan

What are the downsides to turning off ProxyCreationEnabled for CTP5 of EF code first

How do I modify serialized form data in jQuery?

Stringify (convert to JSON) a JavaScript object with circular reference

How do I serialize an object into query-string format?

How to Serialize a list in java?