public abstract class SerializedActorState extends Object implements org.elasticsoftware.elasticactors.ActorState<byte[]>
ActorState for every new actor type they need to create, providing a
properly-constructed serialized representation of the intended actor state.| Constructor and Description |
|---|
SerializedActorState() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends SerializationFramework> |
getSerializationFramework() |
public Class<? extends SerializationFramework> getSerializationFramework()
getSerializationFramework in interface org.elasticsoftware.elasticactors.ActorState<byte[]>Copyright © 2021. All rights reserved.