GsonProvider

A singleton provider for Gson.

Properties

Link copied to clipboard
val gson: Gson

Gson instance

Functions

Link copied to clipboard
inline fun <T> buildGson(serializer: JsonDeserializer<T>): Gson

Builds a Gson instance with the given serializer.