immersive-home/docs/reference/lib--utils--variant_serializer.md
2024-03-17 00:14:31 +01:00

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.