trait FlowPersistentReprSerializer[T] extends PersistentReprSerializer[T]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- FlowPersistentReprSerializer
- PersistentReprSerializer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def deserialize(t: T)(implicit ec: ExecutionContext): Future[(PersistentRepr, Set[String], Long)]
- Definition Classes
- PersistentReprSerializer
- abstract def serialize(persistentRepr: PersistentRepr, tags: Set[String], index: Option[Int])(implicit ec: ExecutionContext): Future[T]
- Definition Classes
- PersistentReprSerializer
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def deserializeFlow(implicit ec: ExecutionContext): Flow[T, (PersistentRepr, Set[String], Long), NotUsed]
- def deserializeFlowAsTry(implicit ec: ExecutionContext): Flow[T, Try[(PersistentRepr, Set[String], Long)], NotUsed]
- def deserializeFlowWithoutTags(implicit ec: ExecutionContext): Flow[T, PersistentRepr, NotUsed]
- def deserializeFlowWithoutTagsAsTry(implicit ec: ExecutionContext): Flow[T, Try[PersistentRepr], NotUsed]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def serialize(persistentRepr: PersistentRepr)(implicit ec: ExecutionContext): Future[T]
- Definition Classes
- PersistentReprSerializer
- def serialize(persistentRepr: PersistentRepr, index: Option[Int])(implicit ec: ExecutionContext): Future[T]
- Definition Classes
- PersistentReprSerializer
- def serialize(atomicWrites: Seq[AtomicWrite])(implicit ec: ExecutionContext): Seq[Future[Seq[T]]]
- Definition Classes
- PersistentReprSerializer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()