Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abitofevrything/binary_serializable
https://github.com/abitofevrything/binary_serializable
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/abitofevrything/binary_serializable
- Owner: abitofevrything
- Created: 2024-06-18T13:16:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T09:54:21.000Z (3 months ago)
- Last Synced: 2024-09-13T21:24:58.272Z (3 months ago)
- Language: Dart
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# binary_serializable
Efficient binary serialization and deserialization, optimized for streams of binary data.
When combined with [`binary_serializable_generator`](https://pub.dev/packages/binary_serializable_generator), provides an easy way to efficiently encode Dart objects to binary and to decode binary streams to Dart objects.