Needs documentation.
AnyEngine.h
Needs documentation. | |
Cleans up the AnyEngine. | |
Adds an IAnySerializer to the internal store. | |
Returns the IAnySerializer belonging to the given type. |
Cleans up the AnyEngine. | |
Adds an IAnySerializer to the internal store. | |
Returns the IAnySerializer belonging to the given type. |
|
Adds an IAnySerializer to the internal store.
| type | The type the IAnySerializer handles. |
| serializer | The IAnySerializer to add. |
|
Returns the IAnySerializer belonging to the given type. If no IAnySerializer exists for the given type, an empty object is returned.
| type | The type of the desired IAnySerializer. |
An IAnySerializer that can serialize the given type, or NULL if none exists.
| void Stop() |
|
|