data_serializer 1.0.9
data_serializer: ^1.0.9 copied to clipboard
Portable Dart package to handle data serialization/deserialization efficiently, including a dynamic BytesBuffer to read/write data.
1.0.9 #
BytesIO:- Added
flush,close,isClosedandsupportsClosing.
- Added
BytesBuffer:- Added
flushandclose.
- Added
1.0.8 #
-
New
BytesIO:- Implementations:
BytesFileIOandBytesUint8ListIO.
- Implementations:
-
Added constructor
BytesBuffer.fromIO. -
DataSerializerPlatformGeneric:- Fixed
_writeInt64and_readInt64for JS/Browser platform.
- Fixed
-
Dart CI:
- Tests platforms: vm, exe, chrome.
-
sdk: '>=2.18.4 <4.0.0'
-
collection: ^1.18.0
-
lints: ^2.0.1
-
test: ^1.24.3
-
dependency_validator: ^3.2.2
-
coverage: ^1.6.3
1.0.7 #
ListIntDataExtension:- Added
toInt8List,toUint16List,toInt16List,toUint32List,toInt32List,toUint64List,toInt64List. - Added
asInt8List``asUint16List,asInt16List,asUint32List,asInt32List,asUint64List,asInt64List.
- Added
- New
ListGenericExtension:reversedList,copyTo,copy,asUnmodifiableView,reverseChunks
-
Uint8ListDataExtension: addedtoUint32List.
- New
ByteDataExtension,Uint32ListDataExtensionandUint64ListDataExtension. - Improved tests.
1.0.6 #
DataSerializerPlatform, andUint8ListDataExtension:getInt16/32/64andgetUint16/32/64:- Added parameter
endianto allowEndian.little.
- Added parameter
1.0.5 #
- Added
BytesBuffer.indexOf.
1.0.4 #
BytesBuffer.bytesTonow returnsR.
1.0.3 #
- Fix some documentation references.
1.0.2 #
- Organize extensions names.
- Clean code.
- Improve tests.
1.0.1 #
- Fix
BigIntserialization. - 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