1.1 KiB
1.1 KiB
VariantSerializer
Inherits: Object
Methods
Returns | Name |
---|---|
void | parse_value ( value: Variant ) |
void | stringify_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.