deserialize
inline fun <T> SpigotSerializableCompanion<T>.deserialize(json: String): T
Content copied to clipboard
Deserializes the given json string and returns the deserialized object.
Deserializes the given json string and returns the deserialized object.