Interface | Description |
---|---|
Factory<T> |
The class Factory can produce new objects in a manner fixed once
initialized.
|
Class | Description |
---|---|
ResourceManager | |
SerializationHelper |
The SerializationHelper class provides functions for serializing and
deserializing objects.
|
Singleton<T> |
The class Singleton manages singletons of any types.
|