C# 클래스 Microsoft.Protocols.TestSuites.MS_OXCFXICS.Serializer

Contains method to serialize a serializable object.
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites

공개 메소드들

메소드 설명
Serialize ( object obj, Stream stream ) : int

Serialize a serializable object

비공개 메소드들

메소드 설명
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.

메소드 상세

Serialize() 공개 정적인 메소드

Serialize a serializable object
public static Serialize ( object obj, Stream stream ) : int
obj object An object instance must have a SerializableObject /// attribute. ///
stream Stream The Stream.
리턴 int