Dump |
Common way to serialize any Java instance(s).
|
DumpSettings |
Immutable configuration for serialisation.
|
DumpSettingsBuilder |
Builder pattern implementation for DumpSettings
|
Load |
Common way to load Java instance(s).
|
Load.YamlIterable |
|
Load.YamlIterator |
|
LoadSettings |
Immutable configuration for loading.
|
LoadSettingsBuilder |
Builder pattern implementation for LoadSettings
|
StreamToStringWriter |
Internal helper class to support dumping to String
|
YamlOutputStreamWriter |
Provide an example of implementation of StreamDataWriter interface which does not throw
IOException
|
YamlUnicodeReader |
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.
|