Section navigation

Public enum CodecFramingPolicy

Namespace
Rowles.LeanCorpus.Codecs.CodecKit
Assembly
Rowles.LeanCorpus.dll

Describes the framing written for a current persistent format.

public enum CodecFramingPolicy

Fields

Canonical = 0

The format uses the canonical self-identifying CodecKit file frame.

Container = 2

The format is a container whose framing is validated separately.

External = 1

The format is framed by an external serialiser.