android-asyncservice icon indicating copy to clipboard operation
android-asyncservice copied to clipboard

Can not cache object - ask make it serializable

Open dimmduh opened this issue 7 years ago • 0 comments

Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> java.lang.IllegalArgumentException: ExampleClass should implement Serializable in order to be cached.

I can not cache even POJO What is the cache it uses? I guess, snappy db. How can I change it?

dimmduh avatar Mar 30 '17 07:03 dimmduh