프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GuidSize | int |
메소드 | 설명 | |
---|---|---|
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. /// |
리턴 | int |