Skip to content

GDSerializer 0.1.1

Compare
Choose a tag to compare
@Carnagion Carnagion released this 14 May 11:28
· 95 commits to stable since this release
bb75ca6

Bugfixes.

Additions

  • Utility data structure OrderedDictionary<TKey, TValue>

Bugfixes

  • Fixed issues with indefinite recursion in the Serializer() constructor (or that of its subclasses)
  • Serializer.Specialized now uses OrderedDictionary<Type, ISerializer>
    • Gets rid of issues with insertion order that may arise when finding specialized serializer types