Property | Type | Description | |
---|---|---|---|
Serializer | Serializer |
Method | Description | |
---|---|---|
GetBuffer ( int length ) : byte[] | ||
SerializerSession ( Serializer serializer ) : System | ||
ShouldWriteTypeManifest ( |
||
TrackSerializedObject ( object obj ) : void | ||
TrackSerializedType ( |
||
TryGetObjectId ( object obj, int &objectId ) : bool | ||
TryGetValue ( |
public SerializerSession ( Serializer serializer ) : System | ||
serializer | Serializer | |
return | System |
public ShouldWriteTypeManifest ( |
||
type | ||
index | ushort | |
return | bool |
public TrackSerializedObject ( object obj ) : void | ||
obj | object | |
return | void |
public TrackSerializedType ( |
||
type | ||
return | void |
public TryGetObjectId ( object obj, int &objectId ) : bool | ||
obj | object | |
objectId | int | |
return | bool |
public TryGetValue ( |
||
key | ||
value | ushort | |
return | bool |