Cyanide v0.5.1 Bson.Encoder View Source
Link to this section Summary
Functions
Accumulate element in an element list
Creates a document for an array (list of items)
Creates a document using a collection of element, this is, a key-value pair
Returns encoded element using its name and value
Wraps a bson document with size and trailing null character
Wraps a bson document with size and trailing null character
Link to this section Functions
Link to this function
accumulate_elist(name, value, elist) View Source
Accumulate element in an element list
Link to this function
array(item_list) View Source
Creates a document for an array (list of items)
Link to this function
document(element_list) View Source
Creates a document using a collection of element, this is, a key-value pair
Link to this function
element(name, value) View Source
Returns encoded element using its name and value
Link to this function
wrap_document(elist) View Source
Wraps a bson document with size and trailing null character
Link to this function
wrap_string(string) View Source
Wraps a bson document with size and trailing null character