Uses of Interface
org.objectweb.david.apis.services.java_serial.JAVA_SERIAL_SERVICE

Packages that use JAVA_SERIAL_SERVICE
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.binding.orbs.iiop Provides an CORBA-compliant IIOP ORB implementation. 
org.objectweb.david.libs.services.java_serial Provides an implementation of the Java serialization service, that lets clients use Java serialization to encode values instead of CDR serialization, when the server may accept it. 
 

Uses of JAVA_SERIAL_SERVICE in org.objectweb.david.libs.binding.iiop
 

Classes in org.objectweb.david.libs.binding.iiop that implement JAVA_SERIAL_SERVICE
 class IIOPBinder
          IIOPBinder implements the IIOP protocol (GIOP/TCP/IP).
 class TaggedComponents
           
 

Uses of JAVA_SERIAL_SERVICE in org.objectweb.david.libs.binding.orbs.iiop
 

Classes in org.objectweb.david.libs.binding.orbs.iiop that implement JAVA_SERIAL_SERVICE
 class ORBImpl
          Encapsulates a IIOPBinder instance under a CORBA compliant interface, by extending ORBClass.
 

Uses of JAVA_SERIAL_SERVICE in org.objectweb.david.libs.services.java_serial
 

Classes in org.objectweb.david.libs.services.java_serial that implement JAVA_SERIAL_SERVICE
 class JavaSerialService
          The Java Serial Service is used by clients that wish to use Java Serialization instead of CDR serialization to encode values.