org.omg.CORBA
Interface CustomMarshal
- All Superinterfaces: 
 - IDLEntity, java.io.Serializable, ValueBase
 
- All Known Subinterfaces: 
 - CustomValue
 
public interface CustomMarshal
- extends ValueBase
 
An abstract value type that is meant to be used by the ORB.
   Semantically it is treated as a custom valuetype's implicit base class, although
   the custom valuetype does not actually inherit it in IDL. The implementor of a custom
   value type provides an implementation of the CustomMarshal operations. The
   manner in which this is done is specified for each language mapping. Each custom
   marshaled value type has its own implementation.
 
 
unmarshal
void unmarshal(DataInputStream is)
 
 
marshal
void marshal(DataOutputStream os)
 
 
                 Read the latest documentation online