i have a clas which inherits from CollectionBase.
Ive made it Serializable. and clone it by using serialization
Ive noticed the ISerializable interface lurking around in .NET
my question is what is this implentation for?
When should i use this implentation and would my collection base be a good time for this implementation?
thanks
brandon
Ive made it Serializable. and clone it by using serialization
Ive noticed the ISerializable interface lurking around in .NET
my question is what is this implentation for?
When should i use this implentation and would my collection base be a good time for this implementation?
thanks
brandon