Search code examples
What's the difference between using the Serializable attribute & implementing ISerializable?...


c#inheritanceattributesserializationiserializable

Read More
Serialization when extending a class whose GetObjectData method is not marked virtual...


c#serializationbinaryformatteriserializable

Read More
How to correctly serialize Exceptions in .net 4.7.[x]+, and .net Standard 2.[x]+...


c#exceptionserializationiserializable

Read More
Using ISerializable breaks serialization for previously supported types...


c#iserializable

Read More
How can I make a method to take only serializable objects?...


.netserializabletype-safetyiserializable

Read More
C#: [NonSerialized] when implementing ISerializable...


c#serializationiserializable

Read More
Cross-Process Drag and Drop of custom object type in WinForms C#...


c#winformsdrag-and-dropiserializable

Read More
How to serialize an ISerializable object into SOAP or Json or Xml...


serializationjson.netiserializable

Read More
Custom ISerializable from Base class...


c#serializationiserializable

Read More
What is the point of the ISerializable interface?...


c#serializableiserializable

Read More
ISerializable and backward compatibility...


.netbackwards-compatibilitybinaryformatteriserializable

Read More
ISerializable Circular Reference...


c#circular-referenceiserializable

Read More
How to use: 1. ISerializable with Serializer.Merge/Serialize & 2. ProtoInclude with RuntimeTypeM...


inheritanceserializationprotocol-buffersprotobuf-netiserializable

Read More
How to structure classes to Implement IEquatable and ISerializable...


c#iequatableiserializable

Read More
ISerializable - Serializing singletons...


c#serializationiserializable

Read More
C# Does Deserialization Constructor get called INSTEAD of the default constructor?...


c#wpfserializationconstructoriserializable

Read More
Cross-Process Drag and Drop of custom object type contain sorted list of XmlNodes in WinForms C#...


drag-and-dropc#-2.0iserializable

Read More
How to serialize instances of classes generated by DbMetal?...


datacontractserializerdblinqiserializabledbmetal

Read More
Problem deserializing with NetDataContractSerializer after refactoring code...


.netiserializablenetdatacontractserializer

Read More
Deserialization of an array always gives an array of nulls...


c#arraysdeserializationiserializable

Read More
How often should each object's GetObjectData method be called during custom serialization?...


.netperformanceserializationiserializable

Read More
Error: "The deserializer has no knowledge of any type that maps to this contract"?...


.netserializationdatacontractserializeriserializable

Read More
Passing recursive collection through WCF...


c#wcf.net-3.5dictionaryiserializable

Read More
Using WCF DataContract in MVC SessionState using AppFabric cache...


asp.net-mvcsessiondatacontractiserializablesession-state-provider

Read More
Is there a shortcut to binary-serialize every property in an object?...


c#serializationbinary-serializationiserializable

Read More
How to implement ISerializable in F#...


.netf#constructoriserializable

Read More
ISerializable: Assign an existing object on deserialization...


c#serializationiserializable

Read More
BackNext