Object
Object
The interface ISerializable has to be implemented by any class whose instances we want to be able to serialize and transmit over the net. The class that we want to be serializeable needs to know how to put in a Variant its data and retrieve it from a Variant. But the code that wants to serialize an instance of those classes will use the methods serialize and deserialize, which treat simple uchar arrays.