Skip to content

Generic dictionary converter to expand possible key types #140

@plofee

Description

@plofee

Currently Serialization doesn't support Godot types as dictionary keys (Vector2I for example).
To avoid having to implement ReadAsPropertyName and WriteAsPropertyName for every Godot type in the Serialization.Godot library, a general solution would be preferred.

@jolexxa suggested that serializing into an intermediate json type could solve the issue. We'd like to serialize to a JSON array containing key/value pair objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions