org.apache.hadoop.io.serializer.avro
Class AvroReflectSerialization

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

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class AvroReflectSerialization
extends AvroSerialization<Object>

Serialization for Avro Reflect classes. For a class to be accepted by this serialization, it must either be in the package list configured via avro.reflect.pkgs or implement AvroReflectSerializable interface.


Constructor Summary
AvroReflectSerialization()
           
 
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

AvroReflectSerialization

public AvroReflectSerialization()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.