C# Class Rebel.Framework.Serialization.IgnorePropertiesContractResolver

Inheritance: Newtonsoft.Json.Serialization.DefaultContractResolver
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
IgnorePropertiesContractResolver ( ) : System
IgnorePropertiesContractResolver ( bool shareCache ) : System

Méthodes protégées

Méthode 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 méthode

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
Résultat IList

IgnorePropertiesContractResolver() public méthode

public IgnorePropertiesContractResolver ( ) : System
Résultat System

IgnorePropertiesContractResolver() public méthode

public IgnorePropertiesContractResolver ( bool shareCache ) : System
shareCache bool
Résultat System