软件包 | 描述 |
---|---|
java.awt.font |
提供有关字体的类和接口。
|
java.io |
通过数据流、序列化和文件系统提供系统的输入和输出。
|
java.text |
提供用于处理独立于自然语言的方式处理文本、日期、数字和消息的类和接口。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
TextAttribute.readResolve()
解决的情况下被反序列化到预定义的常量。
|
Modifier and Type | Method and Description |
---|---|
void |
ObjectInputStream.registerValidation(ObjectInputValidation obj, int prio)
在返回图形之前注册一个要验证的对象。
|
void |
ObjectInputValidation.validateObject()
验证对象。
|
Modifier and Type | Method and Description |
---|---|
protected Object |
NumberFormat.Field.readResolve()
解决的情况下被反序列化到预定义的常量。
|
protected Object |
MessageFormat.Field.readResolve()
解决的情况下被反序列化到预定义的常量。
|
protected Object |
DateFormat.Field.readResolve()
解决的情况下被反序列化到预定义的常量。
|
protected Object |
AttributedCharacterIterator.Attribute.readResolve()
解决的情况下被反序列化到预定义的常量。
|
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.