objectbox is an object store not a relational stor...
# android
j
objectbox is an object store not a relational store so you don't have to contort your data to persist it. it's similar to using something like JSON or proto to serialize a deep model but tailored for local persistence and not serialization. it all really depends on your use case which seemed more toward object but if you're considering shared preferences maybe it's more key/value?