| 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 The
purpose of this class is to avoid checked exceptions in every method signature. |
| Class | Description |
|---|---|
| Dump |
Common way to serialize any Java instance(s) The instance is stateful.
|
| 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 which does not throw
IOException |
| YamlUnicodeReader |
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.
|
Copyright © 2018–2022. All rights reserved.