Class BinaryFormat

java.lang.Object
dev.siroshun.configapi.format.binary.BinaryFormat
All Implemented Interfaces:
FileFormat<Node<?>>

public final class BinaryFormat extends Object implements FileFormat<Node<?>>
A FileFormat implementation that loading/saving MapNode from/to binary format.

Supported Nodes:

For specifications of this format, please see the comments in the source code.