Package net.infonode.util
Interface Writable
- All Known Subinterfaces:
PropertyMap,ReadWritable
- All Known Implementing Classes:
Alignment,Direction,Enum,PropertyMapImpl,RootWindow,TabAreaVisiblePolicy,TabbedPanelHoverPolicy,TabDepthOrderPolicy,TabDropDownListVisiblePolicy,TabLayoutPolicy,TabSelectTrigger,TitledTabBorderSizePolicy,TitledTabSizePolicy
public interface Writable
Interface for objects that can be written to an
ObjectOutputStream.-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(ObjectOutputStream out) Writes this object to an ObjectOutputStream.
-
Method Details
-
write
Writes this object to an ObjectOutputStream.- Parameters:
out- the stream- Throws:
IOException- if there is a stream error
-