메소드 | 설명 | |
---|---|---|
Deserialize ( ISerializationContext context, IValueReader reader ) : void | ||
GetTypeId ( |
Attempts to get the id of the type, or assigns a new one.
|
|
Serialize ( ISerializationContext context, IValueWriter writer ) : void | ||
TryGetNewTypes ( ushort>.IList |
Gets the Types and their IDs that have been added since TryGetNewTypes was last called.
|
|
TryGetType ( ushort id, |
Attempts to get the type for id.
|
|
TypeMap ( ) : System | ||
TypeMap ( ushort>.IDictionary |
메소드 | 설명 | |
---|---|---|
TypeMap ( ushort>.Dictionary |
public Deserialize ( ISerializationContext context, IValueReader reader ) : void | ||
context | ISerializationContext | |
reader | IValueReader | |
리턴 | void |
public GetTypeId ( |
||
type | The type to lookup the |
|
id | ushort | The id of the |
리턴 | bool |
public Serialize ( ISerializationContext context, IValueWriter writer ) : void | ||
context | ISerializationContext | |
writer | IValueWriter | |
리턴 | void |
public TryGetNewTypes ( ushort>.IList |
||
types | ushort>.IList | |
리턴 | bool |
public TryGetType ( ushort id, |
||
id | ushort | The id to search for. |
type | The type, if found. | |
리턴 | bool |
public TypeMap ( ushort>.IDictionary |
||
mapping | ushort>.IDictionary | |
리턴 | System |