C# 클래스 Rebel.Framework.Serialization.IgnorePropertiesContractResolver

상속: Newtonsoft.Json.Serialization.DefaultContractResolver
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
IgnorePropertiesContractResolver ( ) : System
IgnorePropertiesContractResolver ( bool shareCache ) : System

보호된 메소드들

메소드 설명
CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList

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

메소드 상세

CreateProperties() 보호된 메소드

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
리턴 IList

IgnorePropertiesContractResolver() 공개 메소드

public IgnorePropertiesContractResolver ( ) : System
리턴 System

IgnorePropertiesContractResolver() 공개 메소드

public IgnorePropertiesContractResolver ( bool shareCache ) : System
shareCache bool
리턴 System