类 BukkitObjectInputStream

java.lang.Object
java.io.InputStream
java.io.ObjectInputStream
org.bukkit.util.io.BukkitObjectInputStream
所有已实现的接口:
Closeable, DataInput, ObjectInput, ObjectStreamConstants, AutoCloseable

public class BukkitObjectInputStream extends ObjectInputStream
这个类旨在用于与 ConfigurationSerializable API 一起使用. 它将对象转换回被 BukkitObjectInputStream 序列化之前的原始表示.

直接继承实现这个类的语法可能在未来版本被取消.

原文: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.