Click or drag to resize

GameInfoJsonConverter.Deserialize 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.Generic.IDictionary<String, Object>
An IDictionary<TKey, TValue> instance of property data stored as name/value pairs.

Return Value

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