Package

aecor.old.aggregate

serialization

Permalink

package serialization

Visibility
  1. Public
  2. All

Type Members

  1. trait Codec[T] extends AnyRef

    Permalink

    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

    Permalink
  3. trait PersistentDecoder[A] extends AnyRef

    Permalink
  4. trait PersistentEncoder[A] extends AnyRef

    Permalink
  5. final case class PersistentRepr(manifest: String, payload: Array[Byte]) extends Product with Serializable

    Permalink
  6. class PersistentReprSerializer extends SerializerWithStringManifest with BaseSerializer

    Permalink

Value Members

  1. object DecodingFailure extends Serializable

    Permalink
  2. object PersistentDecoder

    Permalink
  3. object PersistentEncoder

    Permalink

Ungrouped