Package org.apache.hadoop.hbase.rest.serializer

Interface Summary
IRestSerializer Interface that is implemented to return serialized objects back to the output stream.
ISerializable Interface for objects that wish to write back to the REST based interface output stream.
 

Class Summary
AbstractRestSerializer Abstract object that is used as the base of all serializers in the REST based interface.
RestSerializerFactory Factory used to return a Rest Serializer tailored to the HTTP Requesters accept type in the header.
SimpleXMLSerializer Basic first pass at implementing an XML serializer for the REST interface.
 



Copyright © 2010 The Apache Software Foundation