Uses of Package
io.objectbox.converter
Packages that use io.objectbox.converter
Package
Description
ObjectBox is an an easy to use, object-oriented lightweight database and a full alternative to SQLite.
For use with
@Convert: PropertyConverter
to convert custom Property types.-
Classes in io.objectbox.converter used by io.objectboxClassDescriptionTo use custom types in your entity, implement this to convert db values to entity values and back.
-
Classes in io.objectbox.converter used by io.objectbox.converterClassDescriptionConverts between
Objectproperties and byte arrays using FlexBuffers.AFlexObjectConverterthat usesIntegeras map keys.AFlexObjectConverterthat usesLongas map keys.To use custom types in your entity, implement this to convert db values to entity values and back.