Class SerializedActorState
java.lang.Object
org.elasticsoftware.elasticactors.client.state.SerializedActorState
- All Implemented Interfaces:
org.elasticsoftware.elasticactors.ActorState<byte[]>
public abstract class SerializedActorState
extends Object
implements org.elasticsoftware.elasticactors.ActorState<byte[]>
This abstract class should allow for thinner clients that do not need to create a new
implementation of
ActorState for every new actor type they need to create, providing a
properly-constructed serialized representation of the intended actor state.-
Constructor Details
-
SerializedActorState
public SerializedActorState()
-
-
Method Details
-
getSerializationFramework
- Specified by:
getSerializationFrameworkin interfaceorg.elasticsoftware.elasticactors.ActorState<byte[]>
-