SpigotSerialzableCompanion

interface SpigotSerialzableCompanion<T>

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

SerializableLocation
Link copied to clipboard
SerializableVector
Link copied to clipboard

Extensions

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