package persistence
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- trait Encryption extends AnyRef
-
trait
ObjectSerializer
extends AnyRef
Trait responsible for (de)serializing token values and transition output objects.
-
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 ?
- case class SerializedObject (serializerId: Int, manifest: String, bytes: Array[Byte]) extends Product with Serializable
Value Members
- object Encryption
- object ProtobufSerialization