Свойство | Type | Description | |
---|---|---|---|
GuidSize | int |
Méthode | Description | |
---|---|---|
Deserialize ( Stream stream, int size ) : int |
Deserialize an object from a stream.
|
|
Serialize ( Stream stream ) : int |
Serialize current instance to a stream.
|
public abstract Deserialize ( Stream stream, int size ) : int | ||
stream | Stream | A stream contains object fields. |
size | int | Max length can used by this deserialization /// if -1 no limitation except stream length. /// |
Résultat | int |
public Serialize ( Stream stream ) : int | ||
stream | Stream | The stream. |
Résultat | int |