Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Euan Rae 105 posts 135 karma points
    Aug 20, 2014 @ 19:56
    Euan Rae
    0

    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

     

Please Sign in or register to post replies

Write your reply to:

Draft