GameInfoJsonConverterSerialize Method |
Builds a dictionary of name/value pairs.
Namespace:
Zyrenth.Zora
Assembly:
ZoraSharp (in ZoraSharp.dll) Version: 2.3
Syntaxpublic IDictionary<string, Object> Serialize(
GameInfo info
)
Public Function Serialize (
info As GameInfo
) As IDictionary(Of String, Object)
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
See Also