Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm using uTwit for authorization and searching tweets - that works fine.
The requirements for the project mean that we have to query twitter, save the tweets to file, then read them from file to display on the website.
Writing to the file using:
serializer.Serialize(tweet);
writes valid JSON, but I can't read it again using: serializer.Deserialize<Status>(tweetData)
Has anyone tried this/come across this at all?
Cheers
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Can't Deserialize a Serialized status object
I'm using uTwit for authorization and searching tweets - that works fine.
The requirements for the project mean that we have to query twitter, save the tweets to file, then read them from file to display on the website.
Writing to the file using:
serializer.Serialize(tweet);
writes valid JSON, but I can't read it again using: serializer.Deserialize<Status>(tweetData)
Has anyone tried this/come across this at all?
Cheers
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.