Class that provides factory functionality for objects implementing the SerializationIface interface. Used within deserialization functionality.
More...
Creates a new object of a class described by an identifier
- Parameters
-
[in] | objectId | Identifier of the class |
Static function that returns an instance of the Factory class
- Returns
- Reference to the Factory object
Registers the Creator object for an additional class
- Parameters
-
[in] | creator | Object that implements the AbstractCreator interface to create an instance of a class |
The documentation for this class was generated from the following file: