Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in binary-serialization

How much does a class/object have to change in order for binary-deserialization to fail

Should I Still Use BinaryFormatter for Simple Serialization in .NET 4.0?

How to create a SerializationBinder for the Binary Formatter that handles the moving of types from one assembly and namespace to another

How do I deserialize old data for a type that has changed?

DeflateStream doesnt work on MemoryStream?

Test for Optional Field when using .NET Custom Serialization

When should I use XML Serialization vs. Binary Serialization in the .NET framework?

BinaryFormatter.Deserialize "unable to find assembly" after ILMerge

JavaScript to C# Numeric Precision Loss

How to ignore Event class member for binary serialization?

Does protobuf-net have built-in compression for serialization?

How to analyse contents of binary serialization stream?

What are the differences between the XmlSerializer and BinaryFormatter