Skip to content

Releases: arkency/protobuf-nested-struct

v1.0.0

19 Apr 17:12
Compare
Choose a tag to compare

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)