Skip to content

Instantly share code, notes, and snippets.

View ahmed-alamir's full-sized avatar

Ahmed Alamir ahmed-alamir

View GitHub Profile
@ahmed-alamir
ahmed-alamir / ParseProxyObject.java
Last active March 17, 2016 12:30 — forked from jamiechapman/ParseProxyObject.java
A proxy class to simplify serializing ParseObject (Parse Android SDK).
// By Jamie Chapman, @chappers57
// Modified by Ahmed Al-Amir @alamir_ahmed
// License: open, do as you wish, just don't blame me if stuff breaks ;-)
import com.parse.ParseObject;
import com.parse.ParseUser;
import java.io.Serializable;
import java.util.Date;
import java.util.HashMap;