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