Oleksii Masnyi

Results 24 comments of Oleksii Masnyi

Thanks for pointing this out. You are right, the `getBook(String location, String name)` api has been added later after establishing initial API design. The whole API design is outdated for...

Looks like happens only once per affected user. All further data read attempts are successful.

@raviteja06 Is it 100% reproducible in your case? Could you write a unit test to reproduce it?

@martinbonnin yes, you can call `read`/`write` from different threads.

@brandonpage since this is incredibly rare and hardly to be reproduced, I'm not sure how to fix it. We may add some workarounds like second read attempts though. I'm wondering...

@rufuszhu my understanding is if issue happens all the time for particular user, that might be caused by app update which used new package name for the class holding data....

I can't see the code, how do you perform writing into Paper DB?

@Yrlec Good catch, thanks!

You can use `Paper.addSerializer()` to add custom serializers.

Do you include Time class with third-party dependency?