T - Object type.public static interface ObjectQueue.Converter<T>
| Modifier and Type | Method and Description |
|---|---|
T |
from(byte[] source)
Converts bytes to an object.
|
void |
toStream(T value,
java.io.OutputStream sink)
Converts
value to bytes written to the specified stream. |