public interface HadoopSerialization extends AutoCloseable
void write(DataOutput out, Object obj) throws IgniteCheckedException
out - Output.obj - Object to serialize.IgniteCheckedException - If failed.Object read(DataInput in, @Nullable Object obj) throws IgniteCheckedException
in - Input.obj - Object.IgniteCheckedException - If failed.void close()
throws IgniteCheckedException
close in interface AutoCloseableIgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.9.0 Release Date : March 2 2017