It seems like I can serialize classes that don't have that interface, so I am unclear on its purpose.
c# serializable iserializableWhat's the difference between using the Serializable attribute and implementing the ISerializable interface?
c# inheritance attributes serialization iserializableI am attempting to serialize/deserialize an object that contains a Dictionary<Tuid,Section>. These are both custom …
c# .net serialization iserializable