AccountGSONDeserializer

open class AccountGSONDeserializer<T> : JsonDeserializer<T>

Account GSON custom parser.

Specific profile fields that are handled here can return from the server as objects or as array of objects.

Parameters

<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun deserialize(json: JsonElement, typeOfT: Type, context: JsonDeserializationContext): T