C# Class Zyrenth.Zora.GameInfoJsonConverter

A javascript converter for the GameInfo class
Show file Open project: kabili207/zora-sharp Class Usage Examples

Public Methods

Method Description
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.

Method Details

Deserialize() public method

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.
return GameInfo

Serialize() public method

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