Settings..::..SerializeAllCreators Property

Gets a value indicating whether [serialize all creators].

Namespace:  Akka.Actor
Assembly:  Akka (in Akka.dll)

Syntax


public bool SerializeAllCreators { get; set; }
Public Property SerializeAllCreators As Boolean
	Get
	Set
public:
property bool^ SerializeAllCreators {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [serialize all creators]; otherwise, false.