C# Class Rebel.Framework.Serialization.CustomIgnoreResolver

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

Méthodes publiques

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

Méthodes protégées

Méthode Description
CreateContract ( Type objectType ) : JsonContract
CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList

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

GetSerializableMembers ( Type objectType ) : List

Method Details

CreateContract() protected méthode

protected CreateContract ( Type objectType ) : JsonContract
objectType System.Type
Résultat Newtonsoft.Json.Serialization.JsonContract

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

CustomIgnoreResolver() public méthode

public CustomIgnoreResolver ( ) : System
Résultat System

CustomIgnoreResolver() public méthode

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

GetSerializableMembers() protected méthode

protected GetSerializableMembers ( Type objectType ) : List
objectType System.Type
Résultat List