Support for all macros providing or using the ser_action parameter of the SerializationOps method.
Declared in <serialize.h>
struct ActionSerialize;
| Name | Description |
|---|---|
ForRead | Report that this action serializes rather than reads. |
SerRead | No-op during serialization; read-only actions are ignored. |
SerReadWriteMany | Serialize all of the given objects to the stream. |
SerWrite | Invoke the write callback during serialization. |