Uses of Interface
org.apache.hadoop.io.Stringifier
Packages that use Stringifier
Package
Description
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 StringifierModifier and TypeClassDescriptionclassDefaultStringifier is the default implementation of theStringifierinterface which stringifies the objects using base64 encoding of the serialized version of the objects.