Click or drag to resize

GameInfoJsonConverterSerialize Method

Builds a dictionary of name/value pairs.

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

Parameters

info
Type: Zyrenth.ZoraGameInfo
The game data to serialize.

Return Value

Type: IDictionaryString, Object
An object that contains key/value pairs that represent the object’s data.
Exceptions
ExceptionCondition
ArgumentExceptionInvalid type;info
See Also