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.