SerializationSystem Property |
[Missing <summary> documentation for "P:Akka.Serialization.Serialization.System"]
Namespace: Akka.SerializationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic ActorSystem System { get; }
Public ReadOnly Property System As ActorSystem
Get
public:
property ActorSystem^ System {
ActorSystem^ get ();
}
member System : ActorSystem with get
Property Value
Type:
ActorSystem
See Also