BSON
Utility functions
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BSON.type
Members list
Value members
Concrete methods
Produces a T
instance of the given BSON value, if there is a corresponding BSONReader in the implicit scope.
Produces a T
instance of the given BSON value, if there is a corresponding BSONReader in the implicit scope.
Prefer readDocument
over this one if you want to deserialize BSONDocuments
.
Attributes
Produces a T
instance of the given BSONDocument
, if there is a corresponding BSONReader in the implicit scope.
Produces a T
instance of the given BSONDocument
, if there is a corresponding BSONReader in the implicit scope.
Attributes
Produces a BSONValue
instance of the given T
value, if there is a corresponding BSONWriter in the implicit scope.
Produces a BSONValue
instance of the given T
value, if there is a corresponding BSONWriter in the implicit scope.
Prefer writeDocument
over this one if you want to serialize T
instances.
Attributes
Produces a BSONDocument
of the given T
instance, if there is an implicit BSONWriter` in the implicit scope.
Produces a BSONDocument
of the given T
instance, if there is an implicit BSONWriter` in the implicit scope.