-
Notifications
You must be signed in to change notification settings - Fork 217
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
Comments
linvi
added a commit
that referenced
this issue
May 19, 2016
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
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
added a commit
that referenced
this issue
Aug 15, 2016
List of serializable objects at the current time :
|
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.
Added documentation. |
linvi
added a commit
that referenced
this issue
Sep 8, 2016
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
Users should be able to call a
.ToJson()
method that will retrieve a json string containing all the information of a specific modelThe text was updated successfully, but these errors were encountered: