immersive-home/docs/reference/lib--utils--variant_serializer.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2024-03-16 19:45:43 +02:00
# VariantSerializer
**Inherits:** [Object](https://docs.godotengine.org/de/4.x/classes/class_object.html)
2024-03-16 19:45:43 +02:00
## Methods
| Returns | Name |
| ------- | ------------------------------------------------------------------------------------------------------------------------ |
| void | [parse_value](#parse-value) ( value: [Variant](https://docs.godotengine.org/de/4.x/classes/class_variant.html) ) |
| void | [stringify_value](#stringify-value) ( value: [Variant](https://docs.godotengine.org/de/4.x/classes/class_variant.html) ) |
2024-03-17 01:14:31 +02:00
2024-03-16 19:45:43 +02:00
## Method Descriptions
2024-03-17 01:14:31 +02:00
### static parse_value (value: [Variant](https://docs.godotengine.org/de/4.x/classes/class_variant.html) ) -> void {#parse-value}
2024-03-16 19:45:43 +02:00
2024-03-17 01:14:31 +02:00
Restore a dictionary from a JSON-serialized dictionary.
2024-03-16 19:45:43 +02:00
2024-03-17 01:14:31 +02:00
### static stringify_value (value: [Variant](https://docs.godotengine.org/de/4.x/classes/class_variant.html) ) -> void {#stringify-value}
2024-03-16 19:45:43 +02:00
2024-03-17 01:14:31 +02:00
Convert a dictionary to be able to be serialized to JSON.