Package org.snakeyaml.engine.v2.api


package org.snakeyaml.engine.v2.api
  • Class
    Description
    Provide a way to construct a Java instance from the composed Node.
    Common way to serialize any Java instance(s).
    Immutable configuration for serialisation.
    Builder pattern implementation for DumpSettings
    Common way to load Java instance(s).
    Immutable configuration for loading.
    Builder pattern implementation for LoadSettings
    Create a Node Graph out of the provided Native Data Structure (Java instance).
    Type for the custom keys in settings.
    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.
    Provide an example of implementation of StreamDataWriter interface which does not throw IOException
    Generic unicode textreader, which will use BOM mark to identify the encoding to be used.