My custom collection inherits from System.Collections.CollectionBase
I can setrailize it well but when i try to desrialize i get nothing back. do i need to apply ant attribute
XML and the .NET Framework
My custom collection inherits from System.Collections.CollectionBase
I can setrailize it well but when i try to desrialize i get nothing back. do i need to apply ant attribute
RESOLVED:
was missing [Serializable] attribute