Method | Description | |
---|---|---|
Deserialize ( Array bytes, int offset, IFormatterResolver formatterResolver, int &readSize ) : TCollection | ||
Serialize ( Array &bytes, int offset, value, IFormatterResolver formatterResolver ) : int |
Method | Description | |
---|---|---|
Add ( collection, int index, value ) : void | ||
Complete ( intermediateCollection ) : TCollection | ||
Create ( int count ) : TIntermediate | ||
GetCount ( sequence ) : int? | ||
GetSourceEnumerator ( source ) : TEnumerator |
protected abstract Add ( collection, int index, value ) : void | ||
index | int | |
return | void |
protected abstract Complete ( intermediateCollection ) : TCollection | ||
return | TCollection |
protected abstract Create ( int count ) : TIntermediate | ||
count | int | |
return | TIntermediate |
public Deserialize ( Array bytes, int offset, IFormatterResolver formatterResolver, int &readSize ) : TCollection | ||
bytes | Array | |
offset | int | |
formatterResolver | IFormatterResolver | |
readSize | int | |
return | TCollection |
protected abstract GetSourceEnumerator ( source ) : TEnumerator | ||
return | TEnumerator |
public Serialize ( Array &bytes, int offset, value, IFormatterResolver formatterResolver ) : int | ||
bytes | Array | |
offset | int | |
formatterResolver | IFormatterResolver | |
return | int |