android-asyncservice
android-asyncservice copied to clipboard
Can not cache object - ask make it serializable
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?