public final class DestinationSerializer extends Object
Utility functions to serialize/de-serialize a destination reference in/from a raw data stream.
| Constructor and Description |
|---|
DestinationSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static void |
serializeTo(javax.jms.Destination destination,
RawDataBuffer out)
Serialize a destination to the given stream
|
static DestinationRef |
unserializeFrom(RawDataBuffer in)
Unserialize a destination from the given stream
|
public static void serializeTo(javax.jms.Destination destination,
RawDataBuffer out)
public static DestinationRef unserializeFrom(RawDataBuffer in)
Copyright © 2019. All rights reserved.