public class VoidDataExternalizer extends java.lang.Object implements DataExternalizer<java.lang.Void>
Modifier and Type | Field and Description |
---|---|
static VoidDataExternalizer |
INSTANCE |
Constructor and Description |
---|
VoidDataExternalizer() |
Modifier and Type | Method and Description |
---|---|
java.lang.Void |
read(java.io.DataInput in) |
void |
save(java.io.DataOutput out,
java.lang.Void value) |
public static final VoidDataExternalizer INSTANCE
public void save(java.io.DataOutput out, java.lang.Void value) throws java.io.IOException
save
in interface DataExternalizer<java.lang.Void>
java.io.IOException
public java.lang.Void read(java.io.DataInput in) throws java.io.IOException
read
in interface DataExternalizer<java.lang.Void>
java.io.IOException