Class Poco
Implements
Inherited Members
Namespace: Akka.Tests.Serialization
Assembly: Akka.Serialization.TestKit.dll
Syntax
public class Poco : ISurrogated
Properties
| Edit this page View SourceName
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
| Edit this page View SourceToSurrogate(ActorSystem)
Converts this object to a surrogate that can be more easily serialized.
Declaration
public 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. |