public interface CacheableDeserializer<T extends Cacheable>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(ByteBuffer b)
Returns the deserialized object.
|
T deserialize(ByteBuffer b) throws IOException
IOException
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.