C# 클래스 Windows.Mvvm.Configuration.ConfigContext.WritablePropertiesOnlyResolver

Represents a data contract resolver that does not serialize read-only properties.
상속: Newtonsoft.Json.Serialization.DefaultContractResolver
파일 보기 프로젝트 열기: lecode-official/mvvm-framework

보호된 메소드들

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

Generates a list of properties that are to be serialized.

메소드 상세

CreateProperties() 보호된 메소드

Generates a list of properties that are to be serialized.
protected CreateProperties ( Type type, MemberSerialization memberSerialization ) : IList
type System.Type The type that is to be serialized.
memberSerialization MemberSerialization The member serialization.
리턴 IList