Package

aecor.runtime.akkapersistence

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. class MessageSerializer extends SerializerWithStringManifest with BaseSerializer

    Permalink
  4. trait PersistentDecoder[A] extends AnyRef

    Permalink
  5. trait PersistentEncoder[A] extends AnyRef

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

    Permalink
  7. class PersistentReprSerializer extends SerializerWithStringManifest with BaseSerializer

    Permalink

Value Members

  1. object DecodingFailure extends Serializable

    Permalink
  2. object PersistentDecoder

    Permalink
  3. object PersistentEncoder

    Permalink
  4. package msg

    Permalink

Ungrouped