clojobuf.core/generate
method shouldn't produce :? key https://github.com/s-expresso/clojobuf/issues/6rubberbuf
to v0.3.2
so that protobuf option
schema with extensions
can be parsedclojobuf.core/default-msg
method for creating a complete message filled based on the following rules:
nil
for message field)nil
[]
nil
nil
which will not be serialized and will be interpretted as absent during validationclojobuf.core/decode
will validate decoded message and return nil
if it fails (i.e. missing required field)clojobuf.core/decode
will merge validated decoded message with the default before returningCan you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close