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

Next:bare> ( encoded schema -- obj )


Vocabulary
bare

Inputs
schemaschema


Outputs
objan object


Word description
Decodes an object that was serialized in the BARE format using schema, reading from an input-stream.

Definition

GENERIC: read-bare ( schema -- obj )


Methods