liujingtaode
Results
2
comments of
liujingtaode
> **Note: it is already possible to use `@Convert` and your encryption implementation to encrypt single properties. See [an example below](https://github.com/objectbox/objectbox-java/issues/8#issuecomment-535430630).** > > Allow configuring the proprietary serialization format to...
@greenrobot-team My application is a chat app, and the requirement is to search chat records. Some user‘ message table has very large data, about 100,000 records. I have tried the...