org.omg.CORBA.portable
Interface CustomValue

All Superinterfaces:
CustomMarshal, IDLEntity, Serializable, ValueBase

public interface CustomValue
extends ValueBase, CustomMarshal

If the value type provides the user defined methods for reading and writing its content, it must implement this interface for reading and writing the content in a user-defined default way. This is done by implementing the CustomMarshal.marshal(org.omg.CORBA.DataOutputStream) and CustomMarshal.unmarshal(org.omg.CORBA.DataInputStream). The user must provide the supporting code.

See Also:
for specifying the IDL compiler generated IO methods.

Method Summary
 
Methods inherited from interface org.omg.CORBA.portable.ValueBase
_truncatable_ids
 
Methods inherited from interface org.omg.CORBA.CustomMarshal
marshal, unmarshal