C# 클래스 TrianglesInSpace.Messaging.FieldContractResolver

상속: Newtonsoft.Json.Serialization.DefaultContractResolver
파일 보기 프로젝트 열기: anthony-martin/Triangles-in-space

공개 메소드들

메소드 설명
FieldContractResolver ( ) : System

보호된 메소드들

메소드 설명
CreateObjectContract ( Type objectType ) : JsonObjectContract
CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList
GetSerializableMembers ( Type objectType ) : List
ResolvePropertyName ( string propertyName ) : string

비공개 메소드들

메소드 설명
GetFields ( IReflect type ) : IEnumerable

메소드 상세

CreateObjectContract() 보호된 메소드

protected CreateObjectContract ( Type objectType ) : JsonObjectContract
objectType System.Type
리턴 Newtonsoft.Json.Serialization.JsonObjectContract

CreateProperties() 보호된 메소드

protected CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList
type System.Type
memberSerialization MemberSerialization
리턴 IList

FieldContractResolver() 공개 메소드

public FieldContractResolver ( ) : System
리턴 System

GetSerializableMembers() 보호된 메소드

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

ResolvePropertyName() 보호된 메소드

protected ResolvePropertyName ( string propertyName ) : string
propertyName string
리턴 string