Uses of Package
org.apache.hadoop.io.serializer
Packages that use org.apache.hadoop.io.serializer
Package
Description
This package provides a mechanism for using different serialization frameworks
in Hadoop.
This package provides Avro serialization in Hadoop.
-
Classes in org.apache.hadoop.io.serializer used by org.apache.hadoop.io.serializerClassDescriptionProvides a facility for deserializing objects of type <T> from an
InputStream.ARawComparatorthat uses aDeserializerto deserialize the objects to be compared so that the standardComparatorcan be used to compare them.Provides a facility for serializing objects of type <T> to anOutputStream. -
Classes in org.apache.hadoop.io.serializer used by org.apache.hadoop.io.serializer.avroClassDescriptionProvides a facility for deserializing objects of type <T> from an
InputStream.Provides a facility for serializing objects of type <T> to anOutputStream.