Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in serialization

Send and receive serialize object on UDP

java serialization udp

"Invalid field in source data: 0" error with ProtoBuf-Net and Compact Framework

Deserialization exception: Unable to find assembly

Unwanted namespaces on SVG markup when using XMLSerializer in JavaScript with IE

Can I serialize / dserialize flatbuffers to / from JSON?

C++: how to serialize/deserialize objects without the use of libraries?

How to convert a dynamic object to JSON string c#?

c# json serialization

Python list serialization - fastest method

Can I add attributes to an object property at runtime?

c# serialization attributes

Is it possible to use Protobuf-Net with a class without a parameterless constructor?

Prevent <xsi:nil="true"> on Nullable Value Types when Serializing to XML

How to clone objects in NHibernate?

What are the pros and cons of using serialVersionUID and @SuppressWarnings("serial") on classes implementing Serializable?

java serialization

How to serialize/deserialize an object loaded from another assembly?

System.Runtime.Serialization.SerializationException: Unable to find assembly MyAssembly

c# serialization

"max allowed size 128000 bytes, actual size of encoded class scala" error in akka remoting

"invalid type: map, expected a sequence" when deserializing a nested JSON structure with Serde

.NET XML Serialization and inheritance

Why are case objects serializable and case classes not?

Convert serialized C# DateTime to JS Date object