data_serializer 1.1.0 copy "data_serializer: ^1.1.0" to clipboard
data_serializer: ^1.1.0 copied to clipboard

Portable Dart package to handle data serialization/deserialization efficiently, including a dynamic BytesBuffer to read/write data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add data_serializer

With Flutter:

 $ flutter pub add data_serializer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  data_serializer: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:data_serializer/data_serializer.dart';
2
likes
140
pub points
70%
popularity

Publisher

unverified uploader

Portable Dart package to handle data serialization/deserialization efficiently, including a dynamic BytesBuffer to read/write data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

base_codecs, collection

More

Packages that depend on data_serializer