|
-
Sep 6th, 2011, 10:41 AM
#8
Thread Starter
Member
Re: Binary Serialization and Custom Collections
Not at all, your mark as class as serializable, and then you serialize it . .Net works out all the types.
I have found that this only works for serializing the default types/classes. From my experience, if you want to serialize a custom type or class, you're forced to dive into implementing the ISerializable interface.
Additionally, I tried removing ISerializable from my custom collection class, and it still did not work.
Nobody else has had problems trying to serialize a custom collection?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|