deserialize
open override fun deserialize(json: JsonElement, typeOfT: Type, context: JsonDeserializationContext): ShopAction
Deserializes JsonElement to ShopAction
Since
0.2.0
Return
The deserialized ShopAction
Parameters
json
The serialized ShopAction as JsonElement
type Of T
The type of the ShopAction
context
The json deserialization context
Throws
Json Syntax Exception
If the shopAction is unknown or an ItemStack failed to deserialize