What's the difference between using the Serializable attribute & implementing ISerializable?...
Read MoreSerialization when extending a class whose GetObjectData method is not marked virtual...
Read MoreHow to correctly serialize Exceptions in .net 4.7.[x]+, and .net Standard 2.[x]+...
Read MoreUsing ISerializable breaks serialization for previously supported types...
Read MoreHow can I make a method to take only serializable objects?...
Read MoreC#: [NonSerialized] when implementing ISerializable...
Read MoreCross-Process Drag and Drop of custom object type in WinForms C#...
Read MoreHow to serialize an ISerializable object into SOAP or Json or Xml...
Read MoreCustom ISerializable from Base class...
Read MoreWhat is the point of the ISerializable interface?...
Read MoreISerializable and backward compatibility...
Read MoreHow to use: 1. ISerializable with Serializer.Merge/Serialize & 2. ProtoInclude with RuntimeTypeM...
Read MoreHow to structure classes to Implement IEquatable and ISerializable...
Read MoreISerializable - Serializing singletons...
Read MoreC# Does Deserialization Constructor get called INSTEAD of the default constructor?...
Read MoreCross-Process Drag and Drop of custom object type contain sorted list of XmlNodes in WinForms C#...
Read MoreHow to serialize instances of classes generated by DbMetal?...
Read MoreProblem deserializing with NetDataContractSerializer after refactoring code...
Read MoreDeserialization of an array always gives an array of nulls...
Read MoreHow often should each object's GetObjectData method be called during custom serialization?...
Read MoreError: "The deserializer has no knowledge of any type that maps to this contract"?...
Read MorePassing recursive collection through WCF...
Read MoreUsing WCF DataContract in MVC SessionState using AppFabric cache...
Read MoreIs there a shortcut to binary-serialize every property in an object?...
Read MoreHow to implement ISerializable in F#...
Read MoreISerializable: Assign an existing object on deserialization...
Read More