public static final class ConstantSerializers.UuidSerializer extends Object
| Constructor and Description |
|---|
UuidSerializer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeId() |
UUID |
read(ObjectDataInput in)
Reads object from objectDataInputStream
|
void |
write(ObjectDataOutput out,
UUID uuid)
This method writes object to ObjectDataOutput
|
public int getTypeId()
public UUID read(ObjectDataInput in) throws IOException
StreamSerializerin - ObjectDataInput stream that object will read fromIOException - in case of failure to readpublic void write(ObjectDataOutput out, UUID uuid) throws IOException
StreamSerializerout - ObjectDataOutput stream that object will be written touuid - that will be written to outIOException - in case of failure to writeCopyright © 2019 Hazelcast, Inc.. All rights reserved.