EncodingDefinition Constructor

Overload List

EncodingDefinition(BinaryStreamBase) Initializes a new instance of the EncodingDefinition class from a binary stream.
EncodingDefinition(Guid) Specifies a combined key/value encoding method with the provided Guid.
EncodingDefinition(Stream) Initializes a new instance of the EncodingDefinition class from a regular stream.
EncodingDefinition(Guid, Guid) Initializes a new instance of the EncodingDefinition class with separate key and value encoding methods.

See Also