Click or drag to resize

GameInfoJsonConverterDeserialize Method

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

Namespace:  Zyrenth.Zora
Assembly:  ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntax
public GameInfo Deserialize(
	IDictionary<string, Object> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryString, Object
An IDictionaryTKey, TValue instance of property data stored as name/value pairs.

Return Value

Type: GameInfo
The deserialized game data.
Exceptions
ExceptionCondition
ArgumentNullExceptiondictionary
See Also