Object

reactivemongo.api

BSONSerializationPack

Related Doc: package api

Permalink

object BSONSerializationPack extends SerializationPack

The default serialization pack.

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

Type Members

  1. type Document = BSONDocument

    Permalink
  2. type ElementProducer = Producer[BSONElement]

    Permalink
  3. type NarrowValueReader[A] = BSONReader[_ <: BSONValue, A]

    Permalink
  4. type Reader[A] = BSONDocumentReader[A]

    Permalink
  5. type Value = BSONValue

    Permalink
  6. type Writer[A] = BSONDocumentWriter[A]

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object IdentityReader extends Reader[Document]

    Permalink
  5. object IdentityWriter extends Writer[Document]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def deserialize[A](document: Document, reader: Reader[A]): A

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. def isEmpty(document: Document): Boolean

    Permalink
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def readAndDeserialize[A](response: Response, reader: Reader[A]): A

    Permalink
    Definition Classes
    SerializationPack
  20. def readAndDeserialize[A](buffer: ReadableBuffer, reader: Reader[A]): A

    Permalink
    Definition Classes
    SerializationPack
  21. def readFromBuffer(buffer: ReadableBuffer): Document

    Permalink
  22. def readValue[A](value: Value, reader: WidenValueReader[A]): Try[A]

    Permalink
  23. def serialize[A](a: A, writer: Writer[A]): Document

    Permalink
  24. def serializeAndWrite[A](buffer: WritableBuffer, document: A, writer: Writer[A]): WritableBuffer

    Permalink
    Definition Classes
    SerializationPack
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def widenReader[T](r: NarrowValueReader[T]): WidenValueReader[T]

    Permalink
  31. def writeToBuffer(buffer: WritableBuffer, document: Document): WritableBuffer

    Permalink
  32. def writer[A](f: (A) ⇒ Document): Writer[A]

    Permalink

Inherited from SerializationPack

Inherited from AnyRef

Inherited from Any

Ungrouped