Méthode | Description | |
---|---|---|
Serialize ( object obj, Stream stream ) : int |
Serialize a serializable object
|
Méthode | Description | |
---|---|---|
FillStream ( byte val, int min, int max, byte filledValue, Stream stream ) : int |
Fill the stream.
|
|
Serialize ( object obj, int min, int max, byte fillValue, Stream stream ) : int |
Serialize the object to the stream.
|
public static Serialize ( object obj, Stream stream ) : int | ||
obj | object | An object instance must have a SerializableObject /// attribute. /// |
stream | Stream | The Stream. |
Résultat | int |