C# Class NCldr.NCldrJsonFileDataSourceBase.IgnoreReadOnlyPropertiesContractResolver

IgnoreReadOnlyPropertiesContractResolver is a JsonSerializer ContractResolver that ignores read-only properties
Inheritance: Newtonsoft.Json.Serialization.DefaultContractResolver
Afficher le fichier Open project: GuySmithFerrier/NCLDR

Méthodes protégées

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

CreateProperties creates a list of properties to serialize that excludes properties that are read-only

Method Details

CreateProperties() protected méthode

CreateProperties creates a list of properties to serialize that excludes properties that are read-only
protected CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList
type System.Type The type
memberSerialization MemberSerialization The MemberSerialization
Résultat IList