Serialized Form
serialVersionUID: 3491141966387921974L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Custom deserialization of Level.
- Throws:
IOException
- if IO exception.
ClassNotFoundException
- if class not found.
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Serialize level.
- Throws:
IOException
- if exception during serialization.
readResolve
private Object readResolve()
throws ObjectStreamException
- Resolved deserialized level to one of the stock instances.
May be overriden in classes derived from Level.
- Throws:
ObjectStreamException
- if exception during resolution.
Copyright © 2005-2012 QOS.ch. All Rights Reserved.