Inorder to make my application faster, I'm using the MemcacheService
. Now, while I'm trying to put an object into the MemcacheService
, I'm getting the following error:
java.lang.IllegalArgumentException: can't accept class com.veersoft.gwt.shared.trailbalance.TrailBalanceClassResult as a memcache entity.
Details about the entity:
To put any object in memcache, it needs to implement the Serializable
interface. IsSerializable
is an anachronism from an old version of GWT and does not affect java serialization in any way.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With