Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in binary-serialization

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?

Why can't the 'NonSerialized' attribute be used at the class level? How to prevent serialization of a class?

Convert a byte[] array into DataTable

How to write to file when using Marshal::dump in Ruby for object serialization

Why classes not marked with Serializable cannot be serialized using BinaryFormatter?

Does removing existing field from protobuf message cause issues?

deserializing a generic list returns null

Why does Get-Date seem to return DateTime objects, but the BinarySerializer indicate it returns a PSObject?

Deserialize to type whose namespace has changed

.NET Binary serialization metadata

Binary deserialization without object definition

Binary serialization vs. JSON vs. xml [closed]

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?