C# 클래스 Tapas.SerializerExtensions

파일 보기 프로젝트 열기: joeriks/Tapas

공개 메소드들

메소드 설명
AsJArray ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : Newtonsoft.Json.Linq.JArray
AsJObject ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : Newtonsoft.Json.Linq.JObject
AsJson ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : string
AsJson ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : string

메소드 상세

AsJArray() 공개 정적인 메소드

public static AsJArray ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : Newtonsoft.Json.Linq.JArray
node this
traverse bool
excludeProtected bool
minimal bool
리턴 Newtonsoft.Json.Linq.JArray

AsJObject() 공개 정적인 메소드

public static AsJObject ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : Newtonsoft.Json.Linq.JObject
node this
traverse bool
excludeProtected bool
minimal bool
리턴 Newtonsoft.Json.Linq.JObject

AsJson() 공개 정적인 메소드

public static AsJson ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : string
node this
traverse bool
excludeProtected bool
minimal bool
리턴 string

AsJson() 공개 정적인 메소드

public static AsJson ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : string
node this
traverse bool
excludeProtected bool
minimal bool
리턴 string