serializing for complex types (#10)

This commit is contained in:
Ryan Brink
2021-04-14 15:58:22 -04:00
committed by GitHub
parent c9de96cf86
commit 6eebaf15ea
9 changed files with 332 additions and 61 deletions

View File

@ -1,3 +1,12 @@
# Changelog
## [0.0.6] - April 15th, 2021
### Added
- Logging to get a more intuitive sense for operations performed
- Serialization for Maps, Collections and Enums
## [0.0.5] - April 15th, 2021
### Added