Module vibe.data.bson

BSON serialization and value handling.

Functions

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

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).
BsonSerializer Serializes to an in-memory BSON representation.
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.