Class UUID
java.lang.Object
xyz.janboerman.scalaloader.configurationserializable.runtime.types.UUID
- All Implemented Interfaces:
ConfigurationSerializable
,Adapter<UUID>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
-
-
Constructor Details
-
UUID
-
-
Method Details
-
registerWithConfigurationSerialization
public static void registerWithConfigurationSerialization() -
serialize
- Specified by:
serialize
in interfaceConfigurationSerializable
-
deserialize
-
hashCode
public int hashCode() -
equals
-
toString
-
getValue
Description copied from interface:Adapter
Get the value that is wrapped by this adapter.
-