C# Class Tapas.SerializerExtensions

Exibir arquivo Open project: joeriks/Tapas

Public Methods

Method 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 method

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
return Newtonsoft.Json.Linq.JArray

AsJObject() public static method

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
return Newtonsoft.Json.Linq.JObject

AsJson() public static method

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

AsJson() public static method

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