C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
RespectIgnoreDataMemberResolver.cs
Go to the documentation of this file.
1using System.Runtime.Serialization;
3using Newtonsoft.Json;
4
6{
14 {
19 base(pi => !pi.IsAttributeDefinedFast<IgnoreDataMemberAttribute>()) { }
20 }
21}
A wrapper for the basic DefaultContractResolver which caches the set of members to be serialized for ...
Properties tagged with the framework IgnoreDataMemberAttribute should be ignored by the serializers....
RespectIgnoreDataMemberResolver()
Construct a contract resolve that ignores properties with the IgnoreDataMemberAttribute set on JSON s...