public interface StoreCodec<T>
| Modifier and Type | Method and Description |
|---|---|
T |
decode(ByteBuffer buf) |
void |
encode(ByteBuffer buf,
T value) |
void encode(ByteBuffer buf, T value)
T decode(ByteBuffer buf)
Copyright © 2013–2014 Nikolche Mihajlovski. All rights reserved.