Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@paneq paneq released this 19 Apr 17:12
· 8 commits to master since this release

Added

Serialize your primitives, arrays and hashes using protobuf. Supports nested arrays and hashes.

Supported types:

  • nil
  • integer
  • float
  • boolean
  • string
  • date
  • time
  • hash (keys must be strings, values' types must be on this list)
  • array (elements' types must be on this list)