An open API service indexing awesome lists of open source software.

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.

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)

---