https://github.com/aabbdev/uniserializer
Fast and efficient universal data serializer
https://github.com/aabbdev/uniserializer
c cplusplus cross-platform deserializer fast library marshalling python serialization serialization-library serializer tiny universal-serialization-library zero-copy
Last synced: 7 months ago
JSON representation
Fast and efficient universal data serializer
- Host: GitHub
- URL: https://github.com/aabbdev/uniserializer
- Owner: aabbdev
- License: mit
- Created: 2020-12-27T23:11:58.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T21:57:59.000Z (about 3 years ago)
- Last Synced: 2025-06-02T11:07:53.452Z (7 months ago)
- Topics: c, cplusplus, cross-platform, deserializer, fast, library, marshalling, python, serialization, serialization-library, serializer, tiny, universal-serialization-library, zero-copy
- Language: C
- Homepage:
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
đŖđ Fast and efficient - It's a universal serializer, without schematics ! đ¤
## đž Install
Download the latest version of UniSerializer from
the [GitHub releases](https://github.com/Diffylab/UniSerializer/releases) page.
### Python 3.x version
```
pip install uniserializer
```
or
```
cd python/
python setup.py install
```
## đŦ How to Contribute
### Get the code
```
$ git clone https://github.com/Diffylab/UniSerializer.git
$ cd UniSerializer-master
```
## ÂŠī¸ License
MIT. Copyright (c) [Lucas Marie](https://github.com/aabbdev).