You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For models there is .toBackend(), which serializes all attributes. However, as the name says, this is meant for converting it to the backend (it's easy to overwrite in a model if you want to send less attributes).
Maybe something like .toJson().
The text was updated successfully, but these errors were encountered:
For models there is
.toBackend()
, which serializes all attributes. However, as the name says, this is meant for converting it to the backend (it's easy to overwrite in a model if you want to send less attributes).Maybe something like
.toJson()
.The text was updated successfully, but these errors were encountered: