Module: ProtobufNestedStruct
- Defined in:
- lib/protobuf_nested_struct.rb,
lib/protobuf_nested_struct/version.rb,
lib/protobuf_nested_struct/struct_pb.rb
Defined Under Namespace
Classes: HashMapStringValue, ListValue, Value
Constant Summary
collapse
- VERSION =
"2.0.0"
- NullValue =
::Google::Protobuf::DescriptorPool.generated_pool.lookup("protobuf_nested_struct.NullValue").enummodule
Class Method Summary
collapse
Class Method Details
.dump(obj) ⇒ Object
127
128
129
|
# File 'lib/protobuf_nested_struct.rb', line 127
def self.dump(obj)
Value.dump(obj)
end
|
.load(string) ⇒ Object
131
132
133
|
# File 'lib/protobuf_nested_struct.rb', line 131
def self.load(string)
Value.load(string)
end
|