T - type of data contained in the itempublic interface ItemSerializer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Item<T> item,
OutputStream output)
Serializes the
Item to the given output stream. |
Copyright © 1999–2016. All rights reserved.