SettingsSerializeAllCreators Property |
Gets a value indicating whether [serialize all creators].
Namespace: Akka.ActorAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic bool SerializeAllCreators { get; }
Public ReadOnly Property SerializeAllCreators As Boolean
Get
public:
property bool SerializeAllCreators {
bool get ();
}
member SerializeAllCreators : bool with get
Property Value
Type:
Booleantrue if [serialize all creators]; otherwise,
false.
See Also