Object

akka.contrib.persistence.mongodb.RxMongoSerializers

RxMongoSnapshotSerialization

Related Doc: package RxMongoSerializers

Permalink

implicit object RxMongoSnapshotSerialization extends BSONDocumentReader[SelectedSnapshot] with BSONDocumentWriter[SelectedSnapshot] with SnapshottingFieldNames

Linear Supertypes
SnapshottingFieldNames, BSONDocumentWriter[SelectedSnapshot], BSONWriter[SelectedSnapshot, BSONDocument], BSONDocumentReader[SelectedSnapshot], BSONReader[BSONDocument, SelectedSnapshot], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RxMongoSnapshotSerialization
  2. SnapshottingFieldNames
  3. BSONDocumentWriter
  4. BSONWriter
  5. BSONDocumentReader
  6. BSONReader
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final val PROCESSOR_ID: String("pid")

    Permalink
    Definition Classes
    SnapshottingFieldNames
  5. final val SEQUENCE_NUMBER: String("sn")

    Permalink
    Definition Classes
    SnapshottingFieldNames
  6. final val TIMESTAMP: String("ts")

    Permalink
    Definition Classes
    SnapshottingFieldNames
  7. object V1

    Permalink
    Definition Classes
    SnapshottingFieldNames
  8. object V2

    Permalink
    Definition Classes
    SnapshottingFieldNames
  9. final def afterRead[U](f: (SelectedSnapshot) ⇒ U): BSONReader[BSONDocument, U]

    Permalink
    Definition Classes
    BSONReader
  10. final def afterWrite[U <: BSONValue](f: (BSONDocument) ⇒ U): BSONWriter[SelectedSnapshot, U]

    Permalink
    Definition Classes
    BSONWriter
  11. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  12. final def beforeRead[U <: BSONValue](f: (U) ⇒ BSONDocument): BSONReader[U, SelectedSnapshot]

    Permalink
    Definition Classes
    BSONReader
  13. final def beforeWrite[U](f: (U) ⇒ SelectedSnapshot): BSONWriter[U, BSONDocument]

    Permalink
    Definition Classes
    BSONWriter
  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def read(doc: BSONDocument): SelectedSnapshot

    Permalink
    Definition Classes
    RxMongoSnapshotSerialization → BSONReader
  24. def readOpt(bson: BSONDocument): Option[SelectedSnapshot]

    Permalink
    Definition Classes
    BSONReader
  25. def readTry(bson: BSONDocument): Try[SelectedSnapshot]

    Permalink
    Definition Classes
    BSONReader
  26. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  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. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def write(snap: SelectedSnapshot): BSONDocument

    Permalink
    Definition Classes
    RxMongoSnapshotSerialization → BSONWriter
  32. def writeOpt(t: SelectedSnapshot): Option[BSONDocument]

    Permalink
    Definition Classes
    BSONWriter
  33. def writeTry(t: SelectedSnapshot): Try[BSONDocument]

    Permalink
    Definition Classes
    BSONWriter

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def legacyWrite(snap: SelectedSnapshot): BSONDocument

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.3.0) Use v2 write instead

Inherited from SnapshottingFieldNames

Inherited from BSONDocumentWriter[SelectedSnapshot]

Inherited from BSONWriter[SelectedSnapshot, BSONDocument]

Inherited from BSONDocumentReader[SelectedSnapshot]

Inherited from BSONReader[BSONDocument, SelectedSnapshot]

Inherited from AnyRef

Inherited from Any

Ungrouped