Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Storing POJO using Offline

$
0
0
SmartClient Version: v10.0p_2015-06-10/PowerEdition Deployment (built 2015-06-10)
Browser Version : IE 11.0.9600.17843


The Offline functionality is not supporting to get the Java object stored in the Offline browser.

TestObject test = new TestObject();

Offline.put("testKey",test );

TestObject testBrow = (TestObject )Offline.get("testKey");
-- This line returning ClassCast Exception..

Is that Offline only support String to store?

Thanks

Viewing all articles
Browse latest Browse all 4756

Trending Articles