data_serializer 1.0.4 data_serializer: ^1.0.4 copied to clipboard
Portable Dart package to handle data serialization/deserialization efficiently, including a dynamic BytesBuffer to read/write data.
1.0.4 #
BytesBuffer.bytesTo
now returnsR
.
1.0.3 #
- Fix some documentation references.
1.0.2 #
- Organize extensions names.
- Clean code.
- Improve tests.
1.0.1 #
- Fix
BigInt
serialization. - Improve tests.
- Improve documentation.
1.0.0 #
- Initial version.
- Moved some code from package
statistics
. - Added support for browser/js.
- base_codecs: ^1.0.1
- collection: ^1.15.0