Skip to content

VariantSerializer

Inherits: Object

Methods

ReturnsName
voidparse_value ( value: Variant )
voidstringify_value ( value: Variant )

Method Descriptions

static parse_value (value: Variant ) -> void

Restore a dictionary from a JSON-serialized dictionary.

static stringify_value (value: Variant ) -> void

Convert a dictionary to be able to be serialized to JSON.