arkency / protobuf-nested-struct

Serialize primitives and deep structures (array, hash) to protobuf
4 stars 1 forks source link

nicer API #4

Closed paneq closed 6 years ago

paneq commented 6 years ago
serialized = ProtobufNestedStruct.dump(obj)
obj = ProtobufNestedStruct.load(serialized)

similar to Marshal/JSON/YAML syntax