org.apache.pekko.persistence.serialization

Members list

Type members

Classlikes

trait Message extends Serializable

Marker trait for all protobuf-serializable messages in pekko.persistence.

Marker trait for all protobuf-serializable messages in pekko.persistence.

Attributes

Source
MessageSerializer.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
final case class Snapshot(data: Any)

Wrapper for snapshot data. Snapshot data are the actual snapshot objects captured by the persistent actor.

Wrapper for snapshot data. Snapshot data are the actual snapshot objects captured by the persistent actor.

Attributes

See also
Source
SnapshotSerializer.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Snapshot serializer.

Snapshot serializer.

Attributes

Source
SnapshotSerializer.scala
Supertypes
trait Serializer
class Object
trait Matchable
class Any

Value members

Concrete methods

def streamToBytes(inputStream: InputStream): Array[Byte]

Converts an input stream to a byte array.

Converts an input stream to a byte array.

Attributes

Source
package.scala