Package

io.kagera

persistence

Permalink

package persistence

Visibility
  1. Public
  2. All

Type Members

  1. trait Encryption extends AnyRef

    Permalink
  2. trait ObjectSerializer extends AnyRef

    Permalink

    Trait responsible for (de)serializing token values and transition output objects.

  3. class Serialization extends AnyRef

    Permalink

    This class is responsible for translating the EventSourcing.Event to and from the persistence.messages.Event

    This class is responsible for translating the EventSourcing.Event to and from the persistence.messages.Event

    (which is generated by scalaPB and serializes to protobuff.

    TODO: allow an ObjectSerializer per Place / Transition ?

  4. case class SerializedObject(serializerId: Int, manifest: String, bytes: Array[Byte]) extends Product with Serializable

    Permalink

Value Members

  1. object Encryption

    Permalink
  2. object Serialization

    Permalink
  3. package messages

    Permalink

Ungrouped