C# Class AnySerializer.Constants

Afficher le fichier Open project: replaysMike/AnySerializer

Méthodes publiques

Свойство 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
Résultat uint

DataSettingsSize public_oe static_oe property

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

DefaultMaxDepth public_oe static_oe property

The maximum recursion depth to use, by default.
public static uint DefaultMaxDepth
Résultat uint

LengthHeaderSize public_oe static_oe property

The size of the length header
public static uint LengthHeaderSize
Résultat uint

ObjectReferenceIdSize public_oe static_oe property

The size of the object reference id
public static uint ObjectReferenceIdSize
Résultat uint

ObjectTypeDescriptorId public_oe static_oe property

The size of the object type id (Type Descriptor)
public static uint ObjectTypeDescriptorId
Résultat uint

TypeHeaderSize public_oe static_oe property

The size of the object type header
public static uint TypeHeaderSize
Résultat uint