软件包 | 描述 |
---|---|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
Modifier and Type | Method and Description |
---|---|
abstract ObjectStreamClass |
ObjectInputStream.GetField.getObjectStreamClass()
把ObjectStreamClass描述流中的领域。
|
static ObjectStreamClass |
ObjectStreamClass.lookup(类<?> cl)
找到一类可以序列化的描述符。
|
static ObjectStreamClass |
ObjectStreamClass.lookupAny(类<?> cl)
返回的任何类的描述,无论它是否实现了
Serializable 。
|
protected ObjectStreamClass |
ObjectInputStream.readClassDescriptor()
从序列化流中读取类描述符。
|
Modifier and Type | Method and Description |
---|---|
protected 类<?> |
ObjectInputStream.resolveClass(ObjectStreamClass desc)
加载指定的流类描述的本地类等价。
|
protected void |
ObjectOutputStream.writeClassDescriptor(ObjectStreamClass desc)
写入指定的类描述的对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.