IgnoreSerializableInterface Property

Json.NET

Json.NET - Quick Starts & API Documentation IgnoreSerializableInterface Property
NamespacesNewtonsoft.Json.SerializationDefaultContractResolverIgnoreSerializableInterface
Gets or sets a value indicating whether to ignore the ISerializable interface when serializing and deserializing types.
Declaration Syntax
C# Visual Basic Visual C++
public bool IgnoreSerializableInterface { get; set; }
Public Property IgnoreSerializableInterface As Boolean
	Get
	Set
public:
property bool IgnoreSerializableInterface {
	bool get ();
	void set (bool value);
}
Value
true if the ISerializable interface will be ignored when serializing and deserializing types; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)