-
Notifications
You must be signed in to change notification settings - Fork 125
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 dynamic models aren't supported right now #284
Comments
Related: #237 |
Is there something I can do? were you already working on something? |
@KirkBushman try out my fix commit and see if it works for you? |
I'll do as soon as I can |
I had exams in the way, sorry for being late. (by a lot) Yes your fix is working, now I've got to decide what to do... Your fork is 32 commits behind, it is missing a lot. |
I'm trying to convert a Comment instance to a json string and vice-versa.
I'm using two extensions function to do this:
where comment adapter is:
and I'm getting this error:
Serializing dynamic models aren't supported right now
but with the same exact method it's working fine with all the others model: Submissions, Subreddit, Message, Account...
Am I getting something wrong? Does it need a different approach?
Thanks in advance
The text was updated successfully, but these errors were encountered: