Package org.wildfly.iiop.openjdk.rmi.marshal
-
Interface Summary Interface Description CDRStreamReader Interface of an object that knows how to unmarshal a Java basic type or object from a CDR input stream.CDRStreamWriter Interface of an object that knows how to marshal a Java basic type or object into a CDR input stream. -
Class Summary Class Description CDRStream Utility class with static methods to: get theCDRStreamReaderfor a given class get theCDRStreamWriterfor a given class