Quantcast
Channel: Tweetinvi a friendly Twitter C# library
Viewing all articles
Browse latest Browse all 4126

New Post: serialize json result to ITweetList

$
0
0
Is there an easy way to convert a json result from the function
SearchJson.SearchTweets(searchParameter);
to an object such as ITweetList?
I know I can instantly get back such an object by using
Search.SearchTweets(searchParameter); 
but I do not want to execute the search twice.

Viewing all articles
Browse latest Browse all 4126

Trending Articles