pilgr / Paper

Paper is a fast NoSQL-like storage for Java/Kotlin objects on Android with automatic schema migration support.
Apache License 2.0
2.34k stars 234 forks source link

saving circle object #154

Closed MuhammadHassamAli closed 5 years ago

MuhammadHassamAli commented 5 years ago

can we save google maps circle in Paper?

pilgr commented 5 years ago

it depends which fields it has

MuhammadHassamAli commented 5 years ago

it depends which fields it has whenever i saved circle object it gives error about writing

pilgr commented 5 years ago

Yes, paper has been designed to save objects of custom classes under developer's control, not for third party classes like Context, View etc.

MuhammadHassamAli commented 5 years ago

hmm ok thank you ;)