Generated by
JDiff

Package org.apache.hadoop.io.serializer

Changed Classes and Interfaces
Deserializer

Provides a facility for deserializing objects of type from an InputStream

DeserializerComparator

A RawComparator that uses a Deserializer to deserialize the objects to be compared so that the standard Comparator can be used to compare them.

JavaSerialization

An experimental Serialization for Java Serializable classes.

JavaSerializationComparator

A RawComparator that uses a JavaSerialization Deserializer to deserialize objects that are then compared via their Comparable interfaces.

Serialization

Encapsulates a Deserializer pair.

SerializationFactory

A factory for

Serializer

Provides a facility for serializing objects of type to an OutputStream

WritableSerialization A Serialization for tha delegates to Writable#write(java.io.DataOutput) and Writable#readFields(java.io.DataInput)