public interface HadoopSerialization extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Finalise the internal objects.
|
Object |
read(DataInput in,
Object obj)
Reads object from the given input optionally reusing given instance.
|
void |
write(DataOutput out,
Object obj)
Writes the given object to output.
|
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 Database and Caching Platform : ver. 2.7.5 Release Date : June 4 2019