Packages

package context

Type Members

  1. class ContextualObjectReference extends TrafficObjectReference
  2. trait ControlBox extends AnyRef

    The Control box is used during object deserialisation, meant to handle object deserialisation

  3. trait Deconstructible extends AnyRef

    Classes that implements this interface will receive a special handling from the persistence system.

    Classes that implements this interface will receive a special handling from the persistence system.

    a Deconstructible object must have one and only one constructor annotated with the @Persist annotation.

    the #deconstruct() method will be called during serialization and it's result will be passed to the constructor marked with @Persist once the object will get deserialized. This way, each element of the object array returned by the #deconstruct() method is a parameter of the annotated constructor.

  4. trait Deconstructor[T <: AnyRef] extends AnyRef
  5. trait LambdaTypePersistence[X] extends AnyRef
  6. trait PersistenceConfig extends TypeProfileStore
  7. trait TypePersistence[-T] extends AnyRef
  8. trait TypeProfile[T <: AnyRef] extends AnyRef
  9. trait TypeProfileStore extends AnyRef

Ungrouped