Action that drives the SerializationOps method to unserialize (read) objects.

Synopsis

Declared in <serialize.h>

struct ActionUnserialize;

Static Member Functions

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.

Created with MrDocs