![]() |
CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents a Twitter object. This is an abstract
class.
More...
Static Public Member Functions | |
static T | Convert< T > (string json, string jsonPath="") |
Converts the JSON to a twitter object of the specified type. More... | |
static List< T > | ConvertArray< T > (string json, string jsonPath) |
Represents a Twitter object. This is an abstract
class.
|
inlinestatic |
Converts the JSON to a twitter object of the specified type.
This method is used internally in CoreTweet.
You can use this method for debugging.
json | The json message. |
jsonPath | JSONPath of object to be deserialize. |
T | The type of a twitter object. |
|
inlinestatic |
Converts the json to a twitter object of the specified type.
This is used for APIs that return an array.
This method is used internally in CoreTweet.
You can use this method for debugging.
json | The json message. |
jsonPath | JSONPath of object to be deserialize. |
T | The type of a twitter object. |