Interface of an object that knows how to marshal a Java basic type or
object into a CDR input stream. Implementations of this interface are
specialized for particular types: an IntWriter is a
CDRStreamWriter that knows how to marshal ints,
a LongWriter is a CDRStreamWriter that knows how
to marshal longs, and so on.