-
-
Notifications
You must be signed in to change notification settings - Fork 206
Optimize ParseObject #194
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
Labels
type:feature
New feature or improvement of existing feature
Comments
Merged
registerSubclass would be great. Maybe changing fomJson in ParseBase could do the trick. |
Maybe getting close to the official repos is not that good. |
The registerSubclass feature got merged with #368 |
The label |
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should refer to other official API, such as iOS/OSX sdk:
https://parseplatform.org/Parse-SDK-iOS-OSX/api/Classes/PFObject.html
Creating a ParseObject
Managing Object Properties
Accessors
remove
conflicts with existing methods.Array Accessors
remove
conflicts with existing methods.Increment
Saving Objects
Saving Many Objects(Static Method)
Deleting Many Objects(Static Method)
Getting Many Objects(Static Method)
getAll
,Need refactor)Getting an Object
getObject
,Need refactor)Fetching From Local Datastore
Deleting an Object
Dirtiness
Pinning
Pinning Many Objects(Static Method)
Unpinning
Unpinning Many Objects(Static Method)
Methods for Subclasses(Static Method)
The text was updated successfully, but these errors were encountered: