Skip to content

Instantly share code, notes, and snippets.

View jegesh's full-sized avatar

Yaakov Gesher jegesh

View GitHub Profile
@jegesh
jegesh / ParseObjectCacheSerializer.java
Last active October 19, 2017 07:17
ParseObject caching example
import ca.weblite.codename1.json.JSONObject;
import com.codename1.io.Log;
import com.parse4cn1.ParseObject;
import java.util.Collection;
import java.util.HashMap;
import net.gesher.cn1.caching.CacheSerializer;
/**
*