public static final class ConstantSerializers.CharArraySerializer extends Object
Constructor and Description |
---|
CharArraySerializer() |
Modifier and Type | Method and Description |
---|---|
int |
getTypeId() |
char[] |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
char[] obj) |
public int getTypeId()
public char[] read(ObjectDataInput in) throws IOException
IOException
public void write(ObjectDataOutput out, char[] obj) throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.