Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serialization

boost::serialization: is it possible to avoid template functions?

Dynamic addition of fasterxml Annotation?

Output a field to multiple json fields

JSONRenderer won't serialize: b'{"id":"11122211133311"}' is not JSON serializable

Protobuf-net skip deserialization of specific fields

Java SonarQube rule squid:S1948 - how to use serializable lists without being bound to e.g. ArrayList

Is serialized object compatible in all version of java?

java serialization version

How to serialize Kotlin data-class with default values into JSON using kotlinx.serialization?

Custom JSON serialization and deserialization for interfaces in Go

json go serialization

Jackson DeSerializer for Class<? extends Foo>

How to Serialize/Deserialize an object without implementing Serializable interface?

java serialization

Deserializing JSON into an object with Json.NET

How can I know the size of Cereal's binary output?

c++ serialization cereal

Serialize two different POJO object with the same id with Jackson

How does BinaryFormatter.Deserialize create new objects?

Is it possible to do .NET binary serialization of an object when you don't have the source code of the class?

How can I save an object to a file?

Configuration file with list of key-value pairs in python

Java, Jackson, convert object to xml, problem with invalid characters

java xml serialization jackson

How to return data in JSON format using FastAPI?