Interface ISurrogate
Interface for surrogate objects that can be converted back to their original form. Surrogates are used to provide serializable versions of objects that might not be directly serializable.
Namespace: Akka.Util
Assembly: Akka.dll
Syntax
public interface ISurrogate
Methods
| Edit this page View SourceFromSurrogate(ActorSystem)
Converts this surrogate back to its original object.
Declaration
ISurrogated FromSurrogate(ActorSystem system)
Parameters
Type | Name | Description |
---|---|---|
ActorSystem | system | The actor system to use during conversion. |
Returns
Type | Description |
---|---|
ISurrogated | The original object that this surrogate represents. |