polymorphism in progress

This commit is contained in:
Mindaugas Vinkelis
2018-04-12 09:20:25 +03:00
committed by Mindaugas
parent 1ca45aab79
commit 275c4138ee
40 changed files with 2145 additions and 610 deletions

View File

@@ -1,3 +1,9 @@
# [4.2.2]
### Improvements
* improved serialization/deserialization performance for buffer adapters up to ~20%.
* new **UnsafeInputBufferAdapter** doesn't check for buffer size on deserialization, can improve deserialization performance up to ~50%.
# [4.2.1](https://github.com/fraillt/bitsery/compare/v4.2.0...v4.2.1) (2018-03-09)
### Improvements