Generated by
JDiff

Class org.apache.hadoop.util.ReflectionUtils

Added Methods
void cloneWritableInto(Writable, Writable)  
Object copy(Configuration, Object, Object) Make a copy of the writable object using serialization to a buffer
 

Changed Methods
Class getClass(Object) Change in return type from Class to Class.
Change in signature from T to Object.
Return the correctly-typed Class of the given object.
Object newInstance(Class, Configuration) Change in return type from T to Object.
Change in signature from (Class, Configuration) to (Class, Configuration).
Create an object for the given class and initialize it from conf