Interface ISurrogated
Used for surrogate serialization.
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public interface ISurrogated
Methods
| Edit this page View SourceToSurrogate(ActorSystem)
Converts this object to a surrogate that can be more easily serialized.
Declaration
ISurrogate ToSurrogate(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | The actor system to use during conversion. |
Returns
Type | Description |
---|---|
ISurrogate | A surrogate representation of this object. |