C# 클래스 SerializablePrimative, code

상속: ISerializable
파일 보기 프로젝트 열기: shendongnian/code

공개 메소드들

메소드 설명
GetSerializable ( Object o ) : SerializablePrimative,
IsSupported ( Object o ) : boolean,
IsSupported ( Type, t ) : boolean,

비공개 메소드들

메소드 설명
SerializablePrimative ( newVal )

메소드 상세

GetSerializable() 공개 정적인 메소드

public static GetSerializable ( Object o ) : SerializablePrimative,
o Object
리턴 SerializablePrimative,

IsSupported() 공개 정적인 메소드

public static IsSupported ( Object o ) : boolean,
o Object
리턴 boolean,

IsSupported() 공개 정적인 메소드

public static IsSupported ( Type, t ) : boolean,
t Type,
리턴 boolean,