Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled Models to be Serializable #75

Closed
linvi opened this issue Oct 30, 2015 · 4 comments
Closed

Enabled Models to be Serializable #75

linvi opened this issue Oct 30, 2015 · 4 comments

Comments

@linvi
Copy link
Owner

linvi commented Oct 30, 2015

Users should be able to call a .ToJson() method that will retrieve a json string containing all the information of a specific model

@linvi linvi self-assigned this Oct 30, 2015
@linvi linvi added this to the Version 1.1 milestone Oct 30, 2015
linvi added a commit that referenced this issue Aug 14, 2016
…ently allow the developers to easily get json and get User, Tweet, Message and TwitterList
linvi added a commit that referenced this issue Aug 14, 2016
linvi added a commit that referenced this issue Aug 14, 2016
…rializer from a type which can either be an interface, concrete class, array or IEnumerable
@linvi
Copy link
Owner Author

linvi commented Aug 15, 2016

List of serializable objects at the current time :

  • Tweet
  • User
  • Message
  • TwitterList
  • PlaceTrends
  • SavedSearch
  • OEmbedTweet
  • RelationshipDetails
  • RelationshipState
  • Place
  • TrendLocation
  • PlaceTrend
  • Trend
  • TwitterConfiguration

@linvi
Copy link
Owner Author

linvi commented Aug 15, 2016

  • Need to make sure we provide detailed error message if something goes wrong.
  • Give the ability for developers to add a custom serializer.
  • Give the ability for developers to specify the serializer they want to use.

linvi added a commit that referenced this issue Aug 15, 2016
linvi added a commit that referenced this issue Aug 16, 2016
… when invoking ToJson and ConvertJsonTo. Also it is now possible to add custom JsonSerializers to the static JsonExtensions.
linvi added a commit that referenced this issue Aug 16, 2016
… when invoking ToJson and ConvertJsonTo. Also it is now possible to add custom JsonSerializers to the static JsonExtensions.
@linvi
Copy link
Owner Author

linvi commented Sep 8, 2016

Added documentation.

@haseeb1431
Copy link
Collaborator

We need to keep it in consideration that how we write new code in the repository because we want to support both version at the same time.

http://stackoverflow.com/questions/39169231/isgenerictype-missing-from-net-core

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants