NewtonSoftJsonSerializerIncludeManifest Property |
Gets a value indicating whether [include manifest].
Namespace: Akka.SerializationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic override bool IncludeManifest { get; }
Public Overrides ReadOnly Property IncludeManifest As Boolean
Get
public:
virtual property bool IncludeManifest {
bool get () override;
}
abstract IncludeManifest : bool with get
override IncludeManifest : bool with get
Property Value
Type:
Booleantrue if [include manifest]; otherwise,
false.
See Also