Packages

p

io.kagera.runtime

persistence

package persistence

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait Encryption extends AnyRef
  2. trait ObjectSerializer extends AnyRef

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

  3. class ProtobufSerialization [P[_], T[_, _], S] extends AnyRef

    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

Ungrouped