All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changed
isNotSealed
toisSealed
(issue #7) - Added support for custom serialization (issue #1)
- Added support to serialize
IMobileObject
-based objects that do not participate in generator serialization (issue #11) - Improved serialization performance of Reflection-based members using
[UnsafeAccessor]
(issue #12)
- Created
[GeneratorSerializable]
to use to identify types to generate code for (issue #3) - Added support to register implementations for custom types (issue #2)
- Moved common serialization code to context types (issue #6)
- First release of the package.