org.archive.io.hbase
Interface Serializer

All Known Implementing Classes:
HBaseWriter

public interface Serializer

The Interface Serializer.


Method Summary
 byte[] serialize(byte[] bytes)
          Implement if you want to serialize bytes in a custom manner.
 

Method Detail

serialize

byte[] serialize(byte[] bytes)
Implement if you want to serialize bytes in a custom manner.

Parameters:
bytes - the bytes
Returns:
serialized bytes


Copyright © 2007-2012. All Rights Reserved.