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

Prev:write-bare ( obj schema -- )
Next:parse-schema ( string -- schema )


Vocabulary
bare

Inputs
objan object
schemaschema


Outputs
encodeda byte-array


Word description
Encodes an object into the BARE format using schema.

Definition