Json.NET - Quick Starts & API Documentation
IgnoreSerializableInterface Property
Namespaces ► Newtonsoft.Json.Serialization ► DefaultContractResolver ► IgnoreSerializableInterface
Gets or sets a value indicating whether to ignore the ISerializable interface when serializing and deserializing types.
Declaration Syntax
Value
true if the ISerializable interface will be ignored when serializing and deserializing types; otherwise, false.