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