org.apache.hadoop.io.serializer
Class WritableSerialization

java.lang.Object
  extended by org.apache.hadoop.conf.Configured
      extended by org.apache.hadoop.io.serializer.WritableSerialization
All Implemented Interfaces:
Configurable, org.apache.hadoop.io.serializer.Serialization<Writable>

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class WritableSerialization
extends Configured
implements org.apache.hadoop.io.serializer.Serialization<Writable>

A Serialization for Writables that delegates to Writable.write(java.io.DataOutput) and Writable.readFields(java.io.DataInput).


Constructor Summary
WritableSerialization()
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.conf.Configured
getConf, setConf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WritableSerialization

public WritableSerialization()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.