Struct BsonSerializer

Serializes to an in-memory BSON representation.

See Also

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

Constructors

Name Description
this

Fields

Name Type Description
isSupportedValueType void

Methods

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

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.