You don’t need to implement ReadWriteProperty, all...
# android
o
You don’t need to implement ReadWriteProperty, all you need to provide is get/set methods of the specified signature. So basically you can just define extension methods get/set on ParseObject and use it directly without any “delegate”.