C# 클래스 Zetbox.API.SerializableType

파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SerializableType System
SerializableType System
SerializableType System

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
GetSystemType ( ) : Type

Returns the serialized System.Type

ToString ( ) : string

비공개 메소드들

메소드 설명
SerializableType ( ) : System
SerializableType ( InterfaceType ifType, InterfaceType iftFactory ) : System

This class is used to place type information on the wire. Since the wire protocol is Provider independent, only interface types are stored. Usually this is used to declare the type of the following IPersistenceObject.

Since the InterfaceType.Factory cannot be serialiezed, this class cannot provide full dehydration. Use GetSystemType and your own factory to retrieve InterfaceType.

SerializableType ( string typeName, string assemblyQualifiedName, SerializableType genericTypeParameter ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSystemType() 공개 메소드

Returns the serialized System.Type
public GetSystemType ( ) : Type
리턴 System.Type

ToString() 공개 메소드

public ToString ( ) : string
리턴 string