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:
- It's a normal Bean which implements IsSerializable interface.
- It is not a dataStore entity. I'm using this just to render at the browser side(i.e., the deferred task will calculate the results and will send these results to the browser).