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