public static class DefaultSerializer.ObjectSerializer extends Object implements TypeSerializer<Object>
Constructor and Description |
---|
DefaultSerializer.ObjectSerializer() |
Modifier and Type | Method and Description |
---|---|
byte |
getTypeId() |
boolean |
isSuitable(Object obj) |
int |
priority() |
Object |
read(FastByteArrayInputStream bbis) |
void |
write(FastByteArrayOutputStream bbos,
Object obj) |
public final int priority()
priority
in interface TypeSerializer<Object>
public final boolean isSuitable(Object obj)
isSuitable
in interface TypeSerializer<Object>
public final byte getTypeId()
getTypeId
in interface TypeSerializer<Object>
public final Object read(FastByteArrayInputStream bbis) throws Exception
read
in interface TypeSerializer<Object>
Exception
public final void write(FastByteArrayOutputStream bbos, Object obj) throws Exception
write
in interface TypeSerializer<Object>
Exception
Copyright © 2013 Hazelcast, Inc.. All rights reserved.