C# Class Rebel.Framework.Serialization.IgnorePropertiesContractResolver

Inheritance: Newtonsoft.Json.Serialization.DefaultContractResolver
Exibir arquivo Open project: RebelCMS/rebelcmsxu5

Public Methods

Method Description
IgnorePropertiesContractResolver ( ) : System
IgnorePropertiesContractResolver ( bool shareCache ) : System

Protected Methods

Method Description
CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList

Overrides standard CreateProperties method in order to remove the properties that we don't want serialized.

Method Details

CreateProperties() protected method

Overrides standard CreateProperties method in order to remove the properties that we don't want serialized.
protected CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList
type System.Type
memberSerialization MemberSerialization
return IList

IgnorePropertiesContractResolver() public method

public IgnorePropertiesContractResolver ( ) : System
return System

IgnorePropertiesContractResolver() public method

public IgnorePropertiesContractResolver ( bool shareCache ) : System
shareCache bool
return System