clojure-protobuf
clojure-protobuf copied to clipboard
add size functions and more serialization/deserialization options
Adds serialized-size
and delimited-size
functions to the core namespace, as well as the associated getters in PersistentProtocolBufferMap. Adds more serializing and parsing options to PersistentProtocolBufferMap (serializing to OutputStream, deserializing from InputStream and byte[]).