C# Class Tapas.SerializerExtensions

Afficher le fichier Open project: joeriks/Tapas

Méthodes publiques

Méthode Description
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

Method Details

AsJArray() public static méthode

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
Résultat Newtonsoft.Json.Linq.JArray

AsJObject() public static méthode

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
Résultat Newtonsoft.Json.Linq.JObject

AsJson() public static méthode

public static AsJson ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : string
node this
traverse bool
excludeProtected bool
minimal bool
Résultat string

AsJson() public static méthode

public static AsJson ( this node, bool traverse = false, bool excludeProtected = true, bool minimal = false ) : string
node this
traverse bool
excludeProtected bool
minimal bool
Résultat string