reactivemongo.api.bson.BSONBinary
See theBSONBinary companion class
object BSONBinary
BSONBinary utilities
import reactivemongo.api.bson.{ BSONBinary, Subtype }
val bin1 = BSONBinary(
"foo".getBytes("UTF-8"), Subtype.GenericBinarySubtype)
// See Subtype.UuidSubtype
val uuid = BSONBinary(java.util.UUID.randomUUID())
Attributes
- Companion
- class
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BSONBinary.type
Members list
In this article