clojobuf.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