Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xujiandong/lua-serialization-in-protobuf-encoding
- Owner: XuJiandong
- Created: 2012-04-04T08:23:43.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-14T09:22:20.000Z (over 12 years ago)
- Last Synced: 2023-03-23T03:46:57.705Z (almost 2 years ago)
- Language: Lua
- Homepage:
- Size: 109 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.