Added a specialized Vector3 serializer
Fixed issues relating to the differences between header bits and data bits
Fixed issues with deserializing data with mismatched sizes compared to the surrogate data
Added WriteBuffer and ReadBuffer for simpler serialization and deserialization
Added annotation to prevent superclass serialization
Added support for delta serialization
Tweaked Serializer class to be more robust when handling edge cases regarding typing issues
Added support for boxed field types to PrimitiveSerializers
- Created a dynamic serialization system with add-in support
- Created a custom flag system (may need rework)
Moved primitive serialization system to its own Serializer module
Added primitive array serialization module
Added some fun reflection toys :)