Uses of Interface
com.google.gson.JsonSerializationContext
-
Packages that use JsonSerializationContext Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa.com.google.gson.internal.bind -
-
Uses of JsonSerializationContext in com.google.gson
Methods in com.google.gson with parameters of type JsonSerializationContext Modifier and Type Method Description JsonElement
JsonSerializer. serialize(T src, java.lang.reflect.Type typeOfSrc, JsonSerializationContext context)
Gson invokes this call-back method during serialization when it encounters a field of the specified type. -
Uses of JsonSerializationContext in com.google.gson.internal.bind
Classes in com.google.gson.internal.bind that implement JsonSerializationContext Modifier and Type Class Description private class
TreeTypeAdapter.GsonContextImpl
-