CDC 1.1.2

クラス
java.io.ObjectStreamField の使用

ObjectStreamField を使用しているパッケージ
java.io このパッケージは、データストリーム、直列化、ファイルシステムによるシステム入出力用に提供されています。 
 

java.io での ObjectStreamField の使用
 

ObjectStreamField として宣言されている java.io のフィールド
static ObjectStreamField[] ObjectStreamClass.NO_FIELDS
          serialPersistentFields の値。
 

ObjectStreamField を返す java.io のメソッド
 ObjectStreamField ObjectStreamClass.getField(String name)
          このクラスのフィールドを名前で取得します。
 ObjectStreamField[] ObjectStreamClass.getFields()
          この直列化可能クラスのフィールドの配列を返します。
 


CDC 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.