Table of Contents

Class ReservedMessagePackExtensionTypeCode

Namespace
Nerdbank.MessagePack
Assembly
Nerdbank.MessagePack.dll

The officially defined msgpack extension type codes.

public static class ReservedMessagePackExtensionTypeCode
Inheritance
ReservedMessagePackExtensionTypeCode
Inherited Members

Remarks

The msgpack spec reserves all negative values for official extensions. The spec allows applications to assign 0 to 127 for their own use. The extensions that this library defines are documented in LibraryReservedMessagePackExtensionTypeCode.

Fields

DateTime

The extension used to record DateTime values.

public const sbyte DateTime = -1

Field Value

sbyte