Serialized Form
|
Package org.openide.options |
serialVersionUID: -781528552645947127L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException - on error
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException - on error
serialVersionUID: 558589201969066966L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read all properties of this object (or subclasses) from an object input.
If there is a problem setting the value of any property, that property will be ignored;
other properties should still be set.
- Throws:
IOException - on error
ClassNotFound - if a class used to restore the system option is not found
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write all properties of this object (or subclasses) to an object output.
- Throws:
IOException - on error
serialVersionUID: -614731095908156413L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Read all properties of this object (or subclasses) from an object input.
If there is a problem setting the value of any property, that property will be ignored;
other properties should still be set.
- Throws:
IOException - on error
ClassNotFound - if a class used to restore the system option is not found
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Write all properties of this object (or subclasses) to an object output.
- Throws:
IOException - on error