Registry / serialization / ruby-protobuf

ruby-protobuf

JSON →
library0.4.11rbrubygemsunverified

Ruby implementation for Protocol Buffers.

gem install ruby_protobuf
INSTALL
IMPORT
SIG · RUBY-PROTOBUF
R
ruby-protobuf
serializationrubyv0.4.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Protobuf
require 'ruby_protobuf'

Define and use Protocol Buffers messages in Ruby.

require 'ruby_protobuf' # Define a message class class MyMessage < Protobuf::Message optional :string, :name, 1 end msg = MyMessage.new(name: 'test')
Debug
Known issues
gotchaThis gem is outdated; consider using google-protobuf for official support.
fix
Replace with the official google-protobuf gem.
affects: >= 0.4.11
Upgrade
Version history
0.4.11latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
ruby-protobuf — gem install ruby-protobuf · libregistry