org.omg.CORBA.portable
    Interface   StreamableValue
   public
    interface  
   StreamableValue
   
      extends Streamable, Serializable, ValueBase, IDLEntity
   
   
   
   
   
 If the value type does not provide the user defined methods for reading
 and writing its content, it must implement this interface for reading
 and writing the content in a default way. This is done by implementing
 the {@link Streamable#_read} and {@link Streamable#_write}. IDL compiler
 should generate the implementation of this interface automatically.
See Also:  for specifying the user-defined io methods.