org.apache.hadoop.hbase.io.hfile
Interface CacheableDeserializer<T extends Cacheable>


public interface CacheableDeserializer<T extends Cacheable>

Interface for a deserializer. Throws an IOException if the serialized data is incomplete or wrong.


Method Summary
 T deserialize(ByteBuffer b)
          Returns the deserialized object.
 

Method Detail

deserialize

T deserialize(ByteBuffer b)
                                throws IOException
Returns the deserialized object.

Returns:
T the deserialized object.
Throws:
IOException


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.