IgnoreSerializableAttribute Property

Json.NET

Json.NET - Quick Starts & API Documentation IgnoreSerializableAttribute Property
NamespacesNewtonsoft.Json.SerializationDefaultContractResolverIgnoreSerializableAttribute
Gets or sets a value indicating whether to ignore the SerializableAttribute attribute when serializing and deserializing types.
Declaration Syntax
C# Visual Basic Visual C++
public bool IgnoreSerializableAttribute { get; set; }
Public Property IgnoreSerializableAttribute As Boolean
	Get
	Set
public:
property bool IgnoreSerializableAttribute {
	bool get ();
	void set (bool value);
}
Value
true if the SerializableAttribute attribute 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)