Class BukkitObjectInputStream

java.lang.Object
java.io.InputStream
java.io.ObjectInputStream
org.bukkit.util.io.BukkitObjectInputStream
All Implemented Interfaces:
Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

public class BukkitObjectInputStream
extends ObjectInputStream
This class is designed to be used in conjunction with the ConfigurationSerializable API. It translates objects back to their original implementation after being serialized by BukkitObjectInputStream.

Behavior of implementations extending this class is not guaranteed across future versions.