GDSerializer 0.1.1
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 usesOrderedDictionary<Type, ISerializer>
- Gets rid of issues with insertion order that may arise when finding specialized serializer types