Top "Iserializable" questions

What is the point of the ISerializable interface?

It seems like I can serialize classes that don't have that interface, so I am unclear on its purpose.

c# serializable iserializable
What's the difference between using the Serializable attribute & implementing ISerializable?

What's the difference between using the Serializable attribute and implementing the ISerializable interface?

c# inheritance attributes serialization iserializable
Deserialization constructor not called

I am attempting to serialize/deserialize an object that contains a Dictionary<Tuid,Section>. These are both custom …

c# .net serialization iserializable