bson.writer vocabulary
Factor documentation > Factor handbook > Vocabulary index


Summary
Factor to BSON serializer

Meta-data
Authors:Sascha Matzke


Words

Ordinary words
WordStack effect
(>le)( x n -- )
(with-length-prefix)( quot: ( .. -- .. ) length-quot: ( bytes-written -- length ) -- )
assoc>bv( assoc: hashtables -- byte-vector: byte-vector )
assoc>stream( assoc: hashtables -- )
get-output( -- stream: byte-vector )
mdb-special-value?( value -- ?: boolean )
with-length( quot -- bytes-written: integer start-index: integer )
with-length-prefix( quot: ( .. -- .. ) -- )
with-length-prefix-excl( quot: ( .. -- .. ) -- )


Files
resource:extra/bson/writer/writer.factor
resource:extra/bson/writer/writer-docs.factor


Children
VocabularySummary
bson.writer.privatebson.writer.private vocabulary