Results 1 to 2 of 2

Thread: Yet another class question... ugh

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026

    Yet another class question... ugh

    Hi Every1,

    I have several classes that I would like to be able to serialize/deserialize directly from the class...

    The serialization part works just fine, but I find that when I attempt to implement some deserialization stuff I get a huge block at the point where I have to set the object equal to the deserialized object...

    any ideas on the syntax or methodology for this?

    squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2001
    Location
    USA
    Posts
    1,026
    Well, I got a workaround on this one...

    Because my class is a collection (guess I should have mentioned that), I just created a temp object cleared my items and added a new item for each of the ones found in my temp object...

    squirrelly1
    Now happily married and still crankin' away at the keyboard. Life is grand for a coder, no?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width