GDSerializer 1.1.0
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 theGodot.Serialization.Utility.Exceptions
namespace, but instead inGodot.Serialization
Bugfixes
DictionarySerializer
now uses its item serializer during deserialization- Was earlier creating and using a
Serializer
- Was earlier creating and using a