Packages

c

akka.persistence

SerializedEvent

final class SerializedEvent extends AnyRef

Some journal implementations may support events of this type by writing the event payload and serialization information without having to serialize it.

Source
SerializedEvent.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SerializedEvent
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SerializedEvent(bytes: Array[Byte], serializerId: Int, serializerManifest: String)

Value Members

  1. val bytes: Array[Byte]
  2. val serializerId: Int
  3. val serializerManifest: String