org.omg.CORBA.portable

Interface CustomValue

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 {@link CustomMarshal#marshal} and {@link CustomMarshal#unmarshal}. The user must provide the supporting code.

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