Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
EObjectInputStream.Key.writeExternal(EObjectOutputStream out,
T obj)
The class implements the writeExternal method to save an object
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
|