Package org.apache.activemq.wireformat


package org.apache.activemq.wireformat

An API for WireFormats which are used to turn object into bytes and bytes into objects.

  • Class
    Description
    A simple implementation which uses Object Stream serialization.
    Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.