Packages

p

aecor.aggregate

serialization

package serialization

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Codec [T] extends AnyRef

    Used to make creation of [akka.serialization.Serializer] less error prone

    Used to make creation of [akka.serialization.Serializer] less error prone

    T

    - a type of object being serialized

  2. final case class DecodingFailure (message: String, underlyingException: Option[Throwable] = None) extends RuntimeException with Product with Serializable
  3. trait PersistentDecoder [A] extends AnyRef
  4. trait PersistentEncoder [A] extends AnyRef
  5. final case class PersistentRepr (manifest: String, payload: Array[Byte]) extends Product with Serializable
  6. class PersistentReprSerializer extends SerializerWithStringManifest with BaseSerializer

Ungrouped