public interface KryoIgnoreWritable
extends org.apache.hadoop.io.Writable
Marker interface, specifying that kryo should serialize it on it's own,
and ignore actual Writable method implementations.
If you are using HadoopKryo.writeOutOfObject/readIntoObject result is the
same, and adding it allows wrapping Kryo context into writable context,
and then wrapping it back into Kryo context.
Method Summary
Methods inherited from interface org.apache.hadoop.io.Writable