See: Description
| Class | Description |
|---|---|
| SerializedEntityBase |
Base class for anything that is part of a serialized stream (objects,
classes, etc.).
|
| SerializedEntityParser |
Parses serialized entities (objects and classes).
|
| SerializedEntityPool |
A class that manages a set of serialized entities (objects and classes) as
well as secondary entities referenced by them.
|
| SerializedEntitySerializer |
Serializes serialized entities (objects + classes) back to a stream.
|
| Exception | Description |
|---|---|
| SerializationConsistencyException |
Exception used for signaling inconsistencies in the object hierarchy to be
serialized.
|