| Interface | Description |
|---|---|
| ConstructNode |
Provide a way to construct a Java instance from the composed Node.
|
| RepresentToNode |
Create a Node Graph out of the provided Native Data Structure (Java instance).
|
| SettingKey |
Type for the custom keys in settings.
|
| StreamDataWriter |
Writer with the same methods as in
Writer but without throwing IOExceptions |
| Class | Description |
|---|---|
| Dump |
Common way to serialize any Java instance(s)
|
| DumpSettings |
Fine tuning serializing/dumping
Description for all the fields can be found in the builder
|
| DumpSettingsBuilder |
Builder pattern implementation for DumpSettings
|
| Load |
Common way to load Java instance(s)
|
| LoadSettings |
Fine tuning parsing/loading
Description for all the fields can be found in the builder
|
| LoadSettingsBuilder |
Builder pattern implementation for LoadSettings
|
| YamlOutputStreamWriter |
Provide an example of implementation of StreamDataWriter interface
|
| YamlUnicodeReader |
Generic unicode textreader, which will use BOM mark to identify the encoding
to be used.
|
Copyright © 2018–2019. All rights reserved.