roscopeco/ormdroid

Private fields are not serialized

Closed this issue · 2 comments

Standard Java class design encourages private fields with getters and setters but ORMDroid will only serialize public fields.

I will create a pull request with a fix for this in a minute.

Implemented in master from pull request, will make next release.