Serialized Form
-
Package dev.ultreon.mods.exitconfirmation
-
Class dev.ultreon.mods.exitconfirmation.OrderedHashMap
class OrderedHashMap extends Object implements Externalizable- serialVersionUID:
- 3380552487888102930L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException, ClassCastException Deserializes this map from the given stream.- Parameters:
in- the stream to deserialize from- Throws:
IOException- if the stream raises itClassNotFoundException- if the stream raises itClassCastException
-
writeExternal
Serializes this map to the given stream.- Parameters:
out- the stream to serialize to- Throws:
IOException- if the stream raises it
-
-