Uses of Interface
org.apache.hadoop.io.Stringifier

Packages that use Stringifier
org.apache.hadoop.io Generic i/o code for use when reading and writing data to the network, to databases, and to files. 
 

Uses of Stringifier in org.apache.hadoop.io
 

Classes in org.apache.hadoop.io that implement Stringifier
 class DefaultStringifier<T>
          DefaultStringifier is the default implementation of the Stringifier interface which stringifies the objects using base64 encoding of the serialized version of the objects.
 



Copyright © 2009 The Apache Software Foundation