Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serialization

JSON deserialise to an object with a private setter

c# json serialization

Force protobuf-net to serialize all default values

Serialize in C++ then deserialize in C#?

c# c++ serialization

Configuring the .NET WCF UTF-8 deserializer to modify/discard non-shortest form chars instead of throwing an exception?

c# wcf serialization utf-8

How to add @SerialVersionUID to an anonymous class?

Alternative to protobuf-net - size and time efficient serializer to work with objects graph

JSON.NET serialization trouble

OnSerializing/OnSerialized methods not always called

Extend django rest framework to allow inheriting context in nested serializers

writing many java objects to a single file

java serialization

Saving KDTree object in Python?

Auto implemented properties and serialization

c# .net serialization

Serialize form inputs to JSON using Backbone.js

Serializing an interface/abstract object using NewtonSoft.JSON

c# json serialization json.net

Spark reading python3 pickle as input

How can I keep GWT from trying to include every serializable class when I use ArrayList

serialization gwt gwt-rpc

How to serialize non-static child class of static class

Empty array as default for active_record serialized attribute

How do I specify if I want JSON or XML in ASP.NET Web API?

What's the most efficient way to represent finite (non-recursive) algebraic type values?