public static final class ConstantSerializers.IntegerSerializer extends Object
| Constructor and Description |
|---|
IntegerSerializer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeId() |
Integer |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
Integer obj) |
public int getTypeId()
public Integer read(ObjectDataInput in) throws IOException
IOExceptionpublic void write(ObjectDataOutput out, Integer obj) throws IOException
IOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.