public interface QueueSerializer<T>
| Modifier and Type | Method | Description |
|---|---|---|
T |
deserialize(byte[] bytes) |
Deserialize bytes into a queue item
|
byte[] |
serialize(T item) |
Turn a queue item into bytes
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.