Skip to content

GDSerializer 1.1.0

Compare
Choose a tag to compare
@Carnagion Carnagion released this 25 Jun 08:06
· 49 commits to stable since this release
989fb37

Refactorings and new features.

Additions

  • XML nodes can now "refer" to other XML nodes using a unique ID
    • This allows deserialized objects to share references to the same object for their fields or properties

Changes

  • SerializationException is no longer in the Godot.Serialization.Utility.Exceptions namespace, but instead in Godot.Serialization

Bugfixes

  • DictionarySerializer now uses its item serializer during deserialization
    • Was earlier creating and using a Serializer