Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serialization

Generating unique serializable id for each of the generated classes in JAXB

Easy way to translate from DTO to Entity and Entity to DTO?

When implementing IXmlSerializable, how to only override either ReadXml or WriteXml and not both?

c# .net xml serialization

Using Json.net - partial custom serialization of a c# object

c# serialization json.net

How to serialize a Func<int, int> (or even a general delegate) type field with DataContract/DataMember in WCF

c# wcf serialization

How to deserialize null array to null in c#?

boost serialization exception: unregistered class, serializing polymorphic base problem

How could an idiomatic design of Serializable/Cloneable/... look like in Scala?

QuerySet is not JSON Serializable Django

Creating own implementation of Boost::Archive

Calculating byte-size of Java object [duplicate]

SerializationBinder with List<T>

Why does implementing Externalizable need a default public constructor?

java serialization

Rails: How to handle "Attribute was supposed to be a Array, but was a String" error?

c# XML Serialization: Order of namespace declarations

c# xml serialization

Jackson ObjectMapper using custom Serializers and Deserializers

Serializing data with Avro in node js

FlatBuffers: Write to and read from binary file?

Avro schema doesn't honor backward compatibilty

java serialization avro

Why are some numpy datatypes JSON serializable and others not?