Action that drives the SerializationOps method to unserialize (read) objects.
Declared in <serialize.h>
struct ActionUnserialize;
| Name | Description |
|---|---|
ForRead | Report that this action reads rather than serializes. |
SerRead | Invoke the read callback during unserialization. |
SerReadWriteMany | Unserialize all of the given objects from the stream. |
SerWrite | No-op during unserialization; write-only actions are ignored. |