ValidatingContractResolver Properties

Properties

DefaultMembersSearchFlags Gets or sets the default members search flags.
(Inherited from DefaultContractResolver)
DynamicCodeGeneration Gets a value indicating whether members are being get and set using dynamic code generation. This value is determined by the runtime permissions available.
(Inherited from DefaultContractResolver)
IgnoreSerializableAttribute Gets or sets a value indicating whether to ignore the SerializableAttribute attribute when serializing and deserializing types.
(Inherited from DefaultContractResolver)
IgnoreSerializableInterface Gets or sets a value indicating whether to ignore the ISerializable interface when serializing and deserializing types.
(Inherited from DefaultContractResolver)
NamingStrategy Gets or sets the naming strategy used to resolve how property names and dictionary keys are serialized.
(Inherited from DefaultContractResolver)
SerializeCompilerGeneratedMembers Gets or sets a value indicating whether compiler generated members should be serialized.
(Inherited from DefaultContractResolver)

See Also