Interface FileFormat<N extends Node<?>>

Type Parameters:
N - a type of root node
All Known Implementing Classes:
BinaryFormat, GsonArrayFormat, GsonFormat, JacksonFormat, PropertiesFormat, YamlFormat

@NotNullByDefault public interface FileFormat<N extends Node<?>>
An interface for loading/saving Nodes from/to files.