-
Notifications
You must be signed in to change notification settings - Fork 128
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
Serializing and deserializing into json #234
Comments
See the FAQ |
The I tried to serialize this way, but I am skeptical if this is the right way to do:
Though when serializing the
I added JRAW to gradle this way:
|
That NotImplementedError your seeing is from here. I'll take a look into it. All models implement Serializable, so you should be able to do something with that for now. |
Okay, thank you for the answer. |
Okay so the commit I've just pushed lets you serialize basic Listings, so something like |
Hello, I would like to use this API to save the downloaded content into a file for later use. I was wondering how I could serialize the
@RedditModel
annotated classes using existing methods into string/json and read it back.I am sure there must be an easy way for this for the library already does that, I am just unable to find the implementation. Could anyone please help me with this?
The text was updated successfully, but these errors were encountered: