ActionSerialize

Support for all macros providing or using the ser_action parameter of the SerializationOps method.

Synopsis

Declared in <serialize.h>

struct ActionSerialize;

Static Member Functions

NameDescription
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.