Inheritance diagram for IPickleFactory:
Public Member Functions | |
char[] | getGuid () |
Object | create (IReader reader) |
Definition at line 76 of file IPickle.d.
|
Identify this serializable class via a char[]. This should be (per class) unique within the domain. Use version numbers or similar mechanism to isolate different implementations of the same class. Reimplemented in Payload, InvalidatorPayload, Message, NullMessage, Task, and RollCall. Referenced by TaskServer::addConsumer(). |
|
This defines the factory method. Each IPickleProxy object provides a factory for creating a deserialized instance. The factory is registered along with the appropriate guid. Reimplemented in Payload, Message, and Task. Referenced by PickleRegistry::PickleProxy::create(), testClassSerialization(), and testRemoteCacheLoader(). |