Package

com.ing.baker.runtime.actor

serialization

Permalink

package serialization

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. serialization
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AkkaObjectSerializer extends ObjectSerializer

    Permalink
  2. class BakerProtobufSerializer extends SerializerWithStringManifest

    Permalink
  3. trait Encryption extends AnyRef

    Permalink
  4. class ExtraKryoSerializersRegistrar extends IKryoRegistrar

    Permalink
  5. class KryoGraphSerializer extends Serializer[ScalaGraphPetriNet[_, _]]

    Permalink
  6. class KryoSerializer extends AkkaSerializer

    Permalink
  7. trait ObjectSerializer extends AnyRef

    Permalink

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

  8. class ProtobufSerialization[P[_], T[_, _], S] 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 protobuf.

    TODO: allow an ObjectSerializer per Place / Transition ?

  9. class ScalaPBSerializer extends SerializerWithStringManifest

    Permalink
  10. case class SerializableEdge(from: Int, to: Int, weight: Long, label: Any) extends Product with Serializable

    Permalink
  11. case class SerializableGraph[P, T](nodes: List[Either[P, T]], edges: List[SerializableEdge]) extends Product with Serializable

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

    Permalink

    This object wraps a byte array with some meta data.

    This object wraps a byte array with some meta data.

    serializerId

    The identifier of the serializer used to create this object.

    manifest

    A manifest indicating the 'type' of object that is serialized.

    bytes

    The serialized object data.

Value Members

  1. object Encryption

    Permalink
  2. object ProtobufSerialization

    Permalink
  3. object ScalaPBSerializer

    Permalink
  4. implicit def transformFromProto(serialized: SerializedData): SerializedObject

    Permalink
  5. implicit def transformToProto(obj: SerializedObject): SerializedData

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped