Expand description
Buffered writer for serializing AIM/AIMX data structures.
Provides an internal Writer used by parsers and evaluators to render
Literal, Value, Reference and related structures into text with
minimal allocation. Supports plain, escaped and quoted+escaped output
via PrintMode and list-style prefixes via Prefix.
Only use this module directly when implementing serialization or debugging output; external consumers should prefer the high-level API where available.
Structs§
- Writer
- Internal buffered writer for AIM/AIMX structures.