Serialized

pekko.contrib.persistence.mongodb.Serialized
See theSerialized companion object
case class Serialized[C <: AnyRef](bytes: Array[Byte], className: String, tags: Set[String], serializerId: Option[Int], serializedManifest: Option[String])(implicit ser: Serialization, loadClass: LoadClass) extends Payload

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Payload
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Content = C

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val content: C
val hint: String