Serialized Form
-
Package org.kingdoms.locale.compiler
-
Exception org.kingdoms.locale.compiler.MessageCompilerException
class MessageCompilerException extends RuntimeException implements Serializable
-
-
Package org.kingdoms.services
-
Exception org.kingdoms.services.UnknownMythicMobException
class UnknownMythicMobException extends RuntimeException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
-
Package org.kingdoms.utils.compilers
-
Exception org.kingdoms.utils.compilers.ConditionalCompiler.LogicalException
class LogicalException extends RuntimeException implements Serializable
-
-
Package org.kingdoms.utils.internal
-
Exception org.kingdoms.utils.internal.MalformedUUIDException
class MalformedUUIDException extends IllegalArgumentException implements Serializable-
Serialized Fields
-
uuid
CharSequence uuid
-
-
-
-
Package org.kingdoms.utils.internal.arrays
-
Class org.kingdoms.utils.internal.arrays.FixedArrayList
class FixedArrayList extends kotlin.collections.AbstractList<E extends Object> implements Serializable-
Serialized Fields
-
array
Object[] array
-
size
int size
-
-
-
-
Package org.kingdoms.utils.internal.identity
-
Class org.kingdoms.utils.internal.identity.QuantumIdentityHashMap
class QuantumIdentityHashMap extends Object implements Serializable- serialVersionUID:
- 8188218128353913216L
-
Serialization Methods
-
readObject
Reconstitutes theQuantumIdentityHashMapinstance from a stream (i.e., deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves the state of theQuantumIdentityHashMapinstance to a stream (i.e., serializes it).- Serial Data:
- The size of the HashMap (the number of key-value
mappings) (
int), followed by the key (Object) and value (Object) for each key-value mapping represented by the QuantumIdentityHashMap. The key-value mappings are emitted in no particular order. - Throws:
IOException
-
-
Serialized Fields
-
size
int size
The number of key-value mappings contained in this identity hash map.
-
-
Class org.kingdoms.utils.internal.identity.QuantumIdentityHashSet
- serialVersionUID:
- 8188218128353913216L
-
Serialization Methods
-
readObject
Reconstitutes theQuantumIdentityHashSetinstance from a stream (i.e., deserializes it).- Throws:
IOExceptionClassNotFoundException
-
writeObject
Saves the state of theQuantumIdentityHashSetinstance to a stream (i.e., serializes it).- Serial Data:
- The size of the HashMap (the number of key-value
mappings) (
int), followed by the key (Object) and value (Object) for each key-value mapping represented by the QuantumIdentityHashSet. The key-value mappings are emitted in no particular order. - Throws:
IOException
-
-
Serialized Fields
-
size
int size
The number of key-value mappings contained in this identity hash map.
-
-