Module vibe.data.bson

BSON serialization and value handling.

Functions

Name Description
deserializeBson Deserializes a BSON value into the destination variable.
fromBsonData
putCString
serializeToBson Serializes the given value to BSON.
toBigEndianData
toBsonData
writeBson

Structs

Name Description
Bson Represents a BSON value.
BsonBinData Represents a BSON binary data value (Bson.Type.BinData).
BsonDate Represents a BSON date value (Bson.Type.Date).
BsonObjectID Represents a BSON object id (Bson.Type.BinData).
BsonRegex Represents a BSON regular expression value (Bson.Type.Regex).
BsonTimestamp Represents a BSON timestamp value (Bson.Type.Timestamp)

Aliases

Name Type Description
bdata_t immutable(ubyte)[]

Authors

Sönke Ludwig

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.