@Convert: PropertyConverter
to convert custom Property types.See: Description
| Interface | Description |
|---|---|
| PropertyConverter<P,D> |
To use custom types in your entity, implement this to convert db values to entity values and back.
|
@Convert: PropertyConverter
to convert custom Property types.
For more details look at the documentation of individual classes and docs.objectbox.io/advanced/custom-types.