Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xujiandong/lua-serialization-in-protobuf-encoding

lua table serialization, using protobuf encoding scheme.
https://github.com/xujiandong/lua-serialization-in-protobuf-encoding

Last synced: about 2 months ago
JSON representation

lua table serialization, using protobuf encoding scheme.

Awesome Lists containing this project

README

        

using the following encoding:
https://developers.google.com/protocol-buffers/docs/encoding
to serialize lua table. Under the MIT license.

Under construction.