org.omg.CORBA
Interface CustomMarshal

All Superinterfaces:
IDLEntity, java.io.Serializable, ValueBase
All Known Subinterfaces:
CustomValue

public interface CustomMarshal
extends ValueBase


Method Summary
 void marshal(DataOutputStream os)
           
 void unmarshal(DataInputStream is)
           
 
Methods inherited from interface org.omg.CORBA.portable.ValueBase
_truncatable_ids
 

Method Detail

marshal

public void marshal(DataOutputStream os)

unmarshal

public void unmarshal(DataInputStream is)