object BsonCodec

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BsonCodec
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val boolean: BsonCodec[Boolean, BsonBoolean]
  2. val byteArray: BsonCodec[Array[Byte], BsonBinary]
  3. def create[A, BSON <: BsonValue](from: (BSON) ⇒ A, to: (A) ⇒ BSON): BsonCodec[A, BSON]
  4. val doc: BsonCodec[Doc, BsonDocument]
  5. val double: BsonCodec[Double, BsonDouble]
  6. def identity[B <: BsonValue]: BsonCodec[B, B]
  7. val instant: BsonCodec[Instant, BsonDateTime]
  8. val int32: BsonCodec[Int, BsonInt32]
  9. val int64: BsonCodec[Long, BsonInt64]
  10. val objectId: BsonCodec[ObjectId, BsonObjectId]
  11. val string: BsonCodec[String, BsonString]