write-bare ( obj schema -- )
Binary Application Record Encoding (BARE)

Prev:bare> ( encoded schema -- obj )
Next:>bare ( obj schema -- encoded )


Vocabulary
bare

Inputs
objan object
schemaschema


Outputs
None

Word description
Encodes an object into the BARE format using schema, writing to an output-stream.

Definition

GENERIC: write-bare ( obj schema -- )


Methods