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

상속: Newtonsoft.Json.Serialization.DefaultContractResolver
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

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

보호된 메소드들

메소드 설명
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

메소드 상세

CreateContract() 보호된 메소드

protected CreateContract ( Type objectType ) : JsonContract
objectType System.Type
리턴 Newtonsoft.Json.Serialization.JsonContract

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

CustomIgnoreResolver() 공개 메소드

public CustomIgnoreResolver ( ) : System
리턴 System

CustomIgnoreResolver() 공개 메소드

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

GetSerializableMembers() 보호된 메소드

protected GetSerializableMembers ( Type objectType ) : List
objectType System.Type
리턴 List