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
IOException
public void write(ObjectDataOutput out, Character obj) throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.