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