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

30 lines
1015 B
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-16 19:45:43 +02:00
## Method Descriptions
### 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
No description provided yet.
### 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
No description provided yet.