Method | Description | |
---|---|---|
CompactBinaryReader ( ) : System | ||
OnDictionaryBegin ( SirenFieldType &keyDataType, SirenFieldType &valueDataType, int &count ) : void | ||
OnDictionaryEnd ( ) : void | ||
OnError ( ) : void | ||
OnListBegin ( SirenFieldType &dataType, int &count ) : void | ||
OnListEnd ( ) : void | ||
OnMemoryData ( ) : byte[] | ||
OnPropertyBegin ( string name, ushort id, SirenFieldType dataType, ushort &outId, SirenFieldType &outDataType ) : int | ||
OnPropertyEnd ( ) : void | ||
OnPropertySkip ( SirenFieldType dataType ) : void | ||
OnString ( ) : string | ||
OnStructBegin ( ) : void | ||
OnStructEnd ( ) : void | ||
OnValue ( |
||
OnVersion ( ) : void | ||
SkipProperty ( ) : void | ||
SkipPropertyHelper ( SirenFieldType type ) : void |
public OnDictionaryBegin ( SirenFieldType &keyDataType, SirenFieldType &valueDataType, int &count ) : void | ||
keyDataType | SirenFieldType | |
valueDataType | SirenFieldType | |
count | int | |
return | void |
public OnListBegin ( SirenFieldType &dataType, int &count ) : void | ||
dataType | SirenFieldType | |
count | int | |
return | void |
public OnPropertyBegin ( string name, ushort id, SirenFieldType dataType, ushort &outId, SirenFieldType &outDataType ) : int | ||
name | string | |
id | ushort | |
dataType | SirenFieldType | |
outId | ushort | |
outDataType | SirenFieldType | |
return | int |
public OnPropertySkip ( SirenFieldType dataType ) : void | ||
dataType | SirenFieldType | |
return | void |
public SkipPropertyHelper ( SirenFieldType type ) : void | ||
type | SirenFieldType | |
return | void |