jaster.serialise.archive

Contains everything regarding archives.

Members

Aliases

ArchiveValue
alias ArchiveValue = Algebraic!(bool, typeof(null), ubyte[], This[], byte, short, int, long, ubyte, ushort, uint, ulong, string, float, double)

An Algebraic which determines the types of data that archives can work with.

Classes

Archive
class Archive

The base class for an archive.

ArchiveObject
class ArchiveObject

This class contains the data about an object in the archive.

Meta