package context
Type Members
- class ContextualObjectReference extends TrafficObjectReference
- trait ControlBox extends AnyRef
The Control box is used during object deserialisation, meant to handle object deserialisation
- 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. - trait Deconstructor[T <: AnyRef] extends AnyRef
- trait LambdaTypePersistence[X] extends AnyRef
- trait PersistenceConfig extends TypeProfileStore
- trait TypePersistence[-T] extends AnyRef
- trait TypeProfile[T <: AnyRef] extends AnyRef
- trait TypeProfileStore extends AnyRef