C# Класс Zetbox.API.SerializableType

Показать файл Открыть проект Примеры использования класса

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