Struct BsonSerializer

Serializes to an in-memory BSON representation.

Constructors

Name Description
this
this

Methods

Name Description
beginWriteArray
beginWriteArrayEntry
beginWriteDictionary
beginWriteDictionaryEntry
endWriteArray
endWriteArrayEntry
endWriteDictionary
endWriteDictionaryEntry
getSerializedResult
opAssign
readArray
readDictionary
readValue
tryReadNull
writeValue

See Also

vibe.data.serialization.serialize, vibe.data.serialization.deserialize, serializeToBson, deserializeBson

Authors

Sönke Ludwig

Copyright

© 2012-2015 RejectedSoftware e.K.

License

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