deserialize
open override fun deserialize(json: JsonElement, typeOfT: Type, context: JsonDeserializationContext): Profile
Deserializes JsonElement to Profile
Since
0.2.0
Return
The deserialized Profile
Parameters
json
The serialized Profile as JsonElement
type Of T
The type of the Profile
context
The json deserialization context
Throws
Json Syntax Exception
If a type mismatched the json