Default formatter. Serializes objects as themselves.

Synopsis

Declared in <serialize.h>

struct DefaultFormatter;

Description

The vector/prevector serialization code passes this to VectorFormatter to enable reusing that logic. It shouldn't be needed elsewhere.

Static Member Functions

Name

Description

Ser

Serialize an object using its default serialization.

Unser

Unserialize an object using its default serialization.

Created with MrDocs