Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-25T21:57:59.000Z (about 2 years ago)
- Last Synced: 2024-04-24T08:15:16.096Z (8 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).