Transforms Array[Byte] to BsonBinary
Transforms Boolean to BsonBoolean
Noop transformer for BsonValues
Transforms Date to BsonDateTime
Transforms Double to BsonDouble
Transforms immutable.Document to BsonDocument
Transforms Int to BsonInt32
Transforms Long to BsonInt64
Transforms mutable.Document to BsonDocument
Transforms None to BsonNull
Transforms ObjectId to BsonObjectId
Transforms Regex to BsonRegex
Transforms String to BsonString
Transforms Seq[(String, T)] to BsonDocument
Transforms Seq[(String, T)] to BsonDocument
the type of the values
implicit transformer for type T
a BsonDocument containing the values
Transforms Option[T] to BsonValue
Transforms Seq[T] to BsonArray
Transforms Seq[T] to BsonArray
the type of the values
implicit transformer for type T
a BsonArray containing all the values
Default BsonTransformers for native types.