Package org.apache.activemq.wireformat
An API for WireFormats which are used to turn object into bytes and bytes into objects.
-
Interface Summary Interface Description WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.WireFormatFactory -
Class Summary Class Description ObjectStreamWireFormat A simple implementation which uses Object Stream serialization.