Skip to content

GDSerializer 0.1.0

Compare
Choose a tag to compare
@Carnagion Carnagion released this 12 May 22:00
· 101 commits to stable since this release

Initial release.

Additions

  • ISerializer interface
  • Default serializer implementation (Serializer)
    • Can be configured to use specialized serializers for specific types
  • Serializer for simple types (SimpleSerializer)
  • Serializer for collections (CollectionSerializer)
  • Serializer for enumerables (EnumerableSerializer)
  • Serializer for dictionaries (DictionarySerializer)
  • Serializer for vectors (VectorSerializer)