Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serialization

What is the most straightforward way to parse JSON in Scala?

What is "compressed JSON"?

json serialization

Deserialize List<Interface> with jackson

Unity C# JsonUtility is not serializing a list

c# json unity3d serialization

Saving a Dictionary<String, Int32> in C# - Serialization?

Caveats Encoding a C# string to a Javascript string

How to serialize a Date using AVRO in Java

Read case class object from string in Scala (something like Haskell's "read" typeclass)

scala haskell serialization

how to format time in django-rest-framework's serializer?

Cannot deserialize the current JSON array (e.g. [1,2,3])

Serialize WCF message in a binary way, and not as a SOAP Message

wcf serialization

PHP unserialize error at offset, works on some servers, not others

php serialization

Remove empty string properties from json serialized object

c# .net json serialization

Custom JodaTime serializer using Play Framework's JSON library?

Jackson deserialize based on type

C# Encrypt serialized file before writing to disk

c# serialization encryption

what's the easiest way to generate xml in c++?

c++ xml serialization

why we have Externalizable when we can override writeObject and readObject in java

Django DRY Model/Form/Serializer Validation