C# 클래스 Zyrenth.Zora.GameInfoJsonConverter

A javascript converter for the GameInfo class
파일 보기 프로젝트 열기: kabili207/zora-sharp 1 사용 예제들

공개 메소드들

메소드 설명
Deserialize ( object>.IDictionary dictionary ) : GameInfo

Converts the provided dictionary into an object of the specified type.

Serialize ( GameInfo info ) : object>.IDictionary

Builds a dictionary of name/value pairs.

메소드 상세

Deserialize() 공개 메소드

Converts the provided dictionary into an object of the specified type.
dictionary
public Deserialize ( object>.IDictionary dictionary ) : GameInfo
dictionary object>.IDictionary An instance of property data stored as name/value pairs.
리턴 GameInfo

Serialize() 공개 메소드

Builds a dictionary of name/value pairs.
Invalid type;obj
public Serialize ( GameInfo info ) : object>.IDictionary
info GameInfo
리턴 object>.IDictionary