C# Class Couchbase.Json

Afficher le fichier Open project: e-travel/couchbase-net-client Class Usage Examples

Méthodes publiques

Méthode Description
Parse ( JsonReader reader ) : object
Parse ( TextReader reader ) : object
ParseRaw ( JsonReader reader ) : string
ParseValue ( JsonReader reader, string propertyName ) : string

Private Methods

Méthode Description
CreateArray ( JsonReader reader ) : object
CreateObject ( JsonReader reader ) : object
CreateValue ( JsonReader reader ) : object
NewInvalidOperationException ( string message, JsonReader reader ) : Exception
ReadChecked ( JsonReader reader ) : void

Method Details

Parse() public static méthode

public static Parse ( JsonReader reader ) : object
reader Newtonsoft.Json.JsonReader
Résultat object

Parse() public static méthode

public static Parse ( TextReader reader ) : object
reader TextReader
Résultat object

ParseRaw() public static méthode

public static ParseRaw ( JsonReader reader ) : string
reader Newtonsoft.Json.JsonReader
Résultat string

ParseValue() public static méthode

public static ParseValue ( JsonReader reader, string propertyName ) : string
reader Newtonsoft.Json.JsonReader
propertyName string
Résultat string