// File: CORBA_CustomMarshal.idl // CORBA 3.0, Chapter 5 // depends on CORBA_Stream.idl #if ! defined(CORBA_E_COMPACT) && ! defined (CORBA_E_MICRO) abstract valuetype CustomMarshal { void marshal (in DataOutputStream os); void unmarshal (in DataInputStream is); }; #endif