Dump
class Dump @JvmOverloads constructor(settings: DumpSettings, representer: Representer = Representer(settings))
Common way to serialize any Java instance(s). The instance is stateful. Only one of the 'dump' methods may be called, and it may be called only once.
Parameters
settings
Configuration options
representer
The component to translate Java instances to Nodes
Functions
Link copied to clipboard
Dump a single instance into a YAML document
Link copied to clipboard
Dump all the instances from the iterator into a stream with every instance in a separate YAML document
Link copied to clipboard
Dump all the instances from the iterator into a stream with every instance in a separate YAML document
Link copied to clipboard
Dump the provided Node into a YAML stream.
Link copied to clipboard
Dump all the instances from the iterator into a stream with every instance in a separate YAML document