Package org.snakeyaml.engine.v2.api
-
Interface Summary 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 inWriterbut without throwing IOExceptions The purpose of this class is to avoid checked exceptions in every method signature. -
Class Summary Class Description Dump Common way to serialize any Java instance(s).DumpSettings Immutable configuration for serialisation.DumpSettingsBuilder Builder pattern implementation for DumpSettingsLoad Common way to load Java instance(s).LoadSettings Immutable configuration for loading.LoadSettingsBuilder Builder pattern implementation for LoadSettingsYamlOutputStreamWriter Provide an example of implementation of StreamDataWriter interface which does not throwIOExceptionYamlUnicodeReader Generic unicode textreader, which will use BOM mark to identify the encoding to be used.