|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DurableMessageSerialization
DurableMessageSerialization can be mixed into a DurableMessageQueue and adds functionality to serialize and deserialize Envelopes (messages)
| Method Summary | |
|---|---|
Envelope |
deserialize(byte[] bytes)
Deserializes an array of Bytes that were serialized using the DurableMessageSerialization.serialize method, into an Envelope. |
byte[] |
serialize(Envelope durableMessage)
Serializes the given Envelope into an Array of Bytes using an efficient serialization/deserialization strategy |
| Method Detail |
|---|
byte[] serialize(Envelope durableMessage)
Envelope deserialize(byte[] bytes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||