Generated by
JDiff

Class org.apache.pig.builtin.PigStreaming

The superclass changed from java.lang.Object to org.apache.pig.PigStreamingBase.
Removed interfaces org.apache.pig.PigToStream, org.apache.pig.StreamToPig.

Added Methods
WritableByteArray serializeToBytes(Tuple)  
 

Changed Methods
byte[] serialize(Tuple) Method was locally defined, but is now inherited from PigStreamingBase. Change from non-final to final.
 
Tuple deserialize(byte[], int, int) Change in signature from byte[] to (byte[], int, int).