C# Класс Tapas.SerializerExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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