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

typeOfT

The type of the Profile

context

The json deserialization context

Throws

JsonSyntaxException

If a type mismatched the json