Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serialization

How do I use Serde to (de)serialize arrays greater than 32 elements, such as [u8; 128]?

Protocol Buffers - how is the extensibility and backward compatibility achieved?

Serializing my custom class in Qt

c++ qt serialization qobject

Java: how to ensure serializable collections

StringContent vs ObjectContent

Dictionary is not supported for serialization/deserialization of a dictionary, keys must be strings or objects

Creating a checksum on an object graph

.net serialization checksum

Deep reflective compare equals

Are Java annotations serializable?

Copy JsonSerializerSettings from JsonSerializer to new JsonSerializer

c# serialization json.net

XmlSerializer.Deserialize on a List<> item

How to Serialize List<T>?

c# xml list serialization

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

java serialization tostring

Json.Net Serialization of Type with Polymorphic Child Object

c# serialization json.net

Polymorphic JSON Deserialization failing using Json.Net

c# json serialization json.net

Do cereal and Boost Serialization use zero-copy?

What types of Exceptions can the XmlSerializer.Deserialize method throw?

Can abstract class be a parameter in a controller's action?

Good examples, articles and books on marshalling [closed]

Jackson serialize only interface methods