Class Poco.Surrogate
Implements
Inherited Members
Namespace: Akka.Tests.Serialization
Assembly: Akka.Serialization.TestKit.dll
Syntax
public class Poco.Surrogate : ISurrogate
Properties
| Edit this page View SourceTheName
Declaration
public string TheName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceFromSurrogate(ActorSystem)
Converts this surrogate back to its original object.
Declaration
public 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. |
Edit this page