Default formatter. Serializes objects as themselves.
Declared in <serialize.h>
struct DefaultFormatter;
The vector/prevector serialization code passes this to VectorFormatter to enable reusing that logic. It shouldn't be needed elsewhere.
| Name | Description |
|---|---|
Ser | Serialize an object using its default serialization. |
Unser | Unserialize an object using its default serialization. |