https://github.com/kerosenelabs/wbinary
A lightweight library for serializing objects into binary format, an array of bytes.
https://github.com/kerosenelabs/wbinary
binary binaryformatter formatter quickc
Last synced: 12 days ago
JSON representation
A lightweight library for serializing objects into binary format, an array of bytes.
- Host: GitHub
- URL: https://github.com/kerosenelabs/wbinary
- Owner: kerosenelabs
- License: gpl-3.0
- Created: 2025-01-15T02:02:57.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-02T00:17:44.000Z (9 months ago)
- Last Synced: 2025-10-14T17:13:37.249Z (3 months ago)
- Topics: binary, binaryformatter, formatter, quickc
- Language: C#
- Homepage:
- Size: 114 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Support: SupportedTypes.md
Awesome Lists containing this project
README
### Documentation
---
[First start | Первый старт](https://github.com/kerosenelabs/wbinary/blob/master/FirstStart.md)
[Support types | Поддерживаемые типы](https://github.com/kerosenelabs/wbinary/blob/master/SupportedTypes.md)
[Resolve unsuppoted types | Разрешение неподдерживаемых типов](https://github.com/kerosenelabs/wbinary/blob/master/ResolveUnsupportedTypes.md)
[Object buffering | Буфер объекта](https://github.com/kerosenelabs/wbinary/blob/master/ObjectBuffering.md)
[Type binding | Привязка типов](https://github.com/kerosenelabs/wbinary/blob/master/AbstractAndInterfacesTypeBindings.md)
[About Hashtable | О Hashtable](https://github.com/kerosenelabs/wbinary/blob/master/AboutHashtable.md)
---