bare> ( encoded schema -- obj )
Binary Application Record Encoding (BARE)

Prev:read-bare ( schema -- obj )
Next:write-bare ( obj schema -- )


Vocabulary
bare

Inputs
encodeda byte-array
schemaschema


Outputs
objan object


Word description
Decodes an object that was serialized in the BARE format using schema, reading from a byte-array.

Definition