C# Class AnySerializer.Constants

Datei anzeigen Open project: replaysMike/AnySerializer

Public Properties

Property Type Description
CompactLengthHeaderSize uint
DataSettingsSize uint
DefaultMaxDepth uint
LengthHeaderSize uint
ObjectReferenceIdSize uint
ObjectTypeDescriptorId uint
TypeHeaderSize uint

Property Details

CompactLengthHeaderSize public_oe static_oe property

The size of the length header in compact mode
public static uint CompactLengthHeaderSize
return uint

DataSettingsSize public_oe static_oe property

The size of the data settings header value (byte-0)
public static uint DataSettingsSize
return uint

DefaultMaxDepth public_oe static_oe property

The maximum recursion depth to use, by default.
public static uint DefaultMaxDepth
return uint

LengthHeaderSize public_oe static_oe property

The size of the length header
public static uint LengthHeaderSize
return uint

ObjectReferenceIdSize public_oe static_oe property

The size of the object reference id
public static uint ObjectReferenceIdSize
return uint

ObjectTypeDescriptorId public_oe static_oe property

The size of the object type id (Type Descriptor)
public static uint ObjectTypeDescriptorId
return uint

TypeHeaderSize public_oe static_oe property

The size of the object type header
public static uint TypeHeaderSize
return uint