类 BukkitObjectOutputStream

java.lang.Object
java.io.OutputStream
java.io.ObjectOutputStream
org.bukkit.util.io.BukkitObjectOutputStream
所有已实现的接口:
Closeable, DataOutput, Flushable, ObjectOutput, ObjectStreamConstants, AutoCloseable

public class BukkitObjectOutputStream extends ObjectOutputStream
这个类旨在用于与 ConfigurationSerializable API 一起使用. 它把对象转换为其内部表示,之后便可使用 BukkitObjectInputStream 反序列化.

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

原文:This class is designed to be used in conjunction with the ConfigurationSerializable API. It translates objects to an internal implementation for later deserialization using BukkitObjectInputStream. Behavior of implementations extending this class is not guaranteed across future versions.