Package org.snakeyaml.engine.v2.api
package org.snakeyaml.engine.v2.api
-
ClassDescriptionProvide 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 DumpSettingsCommon way to load Java instance(s).Immutable configuration for loading.Builder pattern implementation for LoadSettingsCreate 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.Internal helper class to support dumping to StringProvide an example of implementation of StreamDataWriter interface which does not throwIOException
Generic unicode textreader, which will use BOM mark to identify the encoding to be used.