-
-
Notifications
You must be signed in to change notification settings - Fork 206
Fix save #199
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
Fix save #199
Conversation
Fix parse encoder bug.
@yulingtianxia It is not necessary to change the parse_encode functions to put .toJson () because this method is already called by default. This code is working properly today. I have made all the adjustments and tests. I'm building an app that uses all these functions and everything is ok. |
@RodrigoSMarques |
No need toJson. When you call the jsonEncode method it is already called by default in value https://api.dartlang.org/stable/2.4.0/dart-convert/jsonEncode.html |
@RodrigoSMarques |
* Fix Commit: 6ed26e1 * Update parse_encoder.dart Fix parse encoder bug. * Fix exception when sendSessionId is null. * Fix GeoPoint. * delete useless code.
ParseGeoPoint
should be simple.This PR could fix some issue about saving objects. (#195 (comment))