C# 클래스 hessiancsharp.io.CEnumDeserializer

Deserializing of Maps
상속: hessiancsharp.io.AbstractDeserializer
파일 보기 프로젝트 열기: timfel/csharp-hessian

공개 메소드들

메소드 설명
CEnumDeserializer ( Type type ) : System

Constructor

GetOwnType ( ) : Type

Returns the enum type.

ReadMap ( AbstractHessianInput abstractHessianInput ) : object
ReadObject ( AbstractHessianInput abstractHessianInput ) : object

Reads enum from input

메소드 상세

CEnumDeserializer() 공개 메소드

Constructor
public CEnumDeserializer ( Type type ) : System
type System.Type Type of enum
리턴 System

GetOwnType() 공개 메소드

Returns the enum type.
public GetOwnType ( ) : Type
리턴 System.Type

ReadMap() 공개 메소드

public ReadMap ( AbstractHessianInput abstractHessianInput ) : object
abstractHessianInput AbstractHessianInput
리턴 object

ReadObject() 공개 메소드

Reads enum from input
public ReadObject ( AbstractHessianInput abstractHessianInput ) : object
abstractHessianInput AbstractHessianInput Input stream
리턴 object