- Restructured the project as a Unity package
- Updated the license agreement
- Added an option to force a new byte when writing/reading flags
- Added flag serialization for bools
- Slightly better documentation.
- Then methods for Serializer and Deserializer.
- Length property for Serializer.
- Found and documented a better way to extend the Serializer/Deserialzier classes
- Included readme and license in the package.
- Added a ForEach method to both the Serializer and Deserializer
- Added a Return method to the Deserializer
- Added a Clear function to the Serializer
- Added the char, DateTime, TimeSpan, and Version types by default.