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