Re: serializing a constructor
Posted By:
Christopher_Koenigsberg
Posted On:
Saturday, April 2, 2005 06:14 AM
? As far as I know, you "serialize"/de-serialize a whole object (instance of the class); not just a method or constructor of it, right?
Now, when a class is de-serialized, the constructor is not called; could that be what you are getting at?