Skip to content

Instantly share code, notes, and snippets.

View Cioscos's full-sized avatar

Claudio Ciccarone Cioscos

  • Bari
View GitHub Profile
@omarpm25
omarpm25 / GlobalGson.java
Last active October 11, 2022 08:59
Basic Singleton Gson Util With Generic Objects and ArrayList (Serialize / Deserialize)
package mx.com.examples.singletons;
import android.support.annotation.NonNull;
import com.google.gson.Gson;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;