@Authors(value="Nikolche Mihajlovski") @Since(value="5.1.0") public class TypeSpecificDeserializer extends AbstractTypeSpecificFactory<ByteBuffer>
| Constructor and Description |
|---|
TypeSpecificDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
boolean[] |
booleanArr(ByteBuffer buf) |
boolean |
booleanValue(ByteBuffer buf) |
byte[] |
byteArr(ByteBuffer buf) |
byte |
byteValue(ByteBuffer buf) |
char[] |
charArr(ByteBuffer buf) |
char |
charValue(ByteBuffer buf) |
Object |
create(ByteBuffer buf) |
Date |
date(ByteBuffer buf) |
Object |
deserialize(ByteBuffer buf) |
double[] |
doubleArr(ByteBuffer buf) |
double |
doubleValue(ByteBuffer buf) |
float[] |
floatArr(ByteBuffer buf) |
float |
floatValue(ByteBuffer buf) |
int[] |
intArr(ByteBuffer buf) |
int |
intValue(ByteBuffer buf) |
List<?> |
list(ByteBuffer buf) |
long[] |
longArr(ByteBuffer buf) |
long |
longValue(ByteBuffer buf) |
Map<?,?> |
map(ByteBuffer buf) |
Object[] |
objectArr(ByteBuffer buf) |
Object |
objectValue(ByteBuffer buf) |
Set<?> |
set(ByteBuffer buf) |
short[] |
shortArr(ByteBuffer buf) |
short |
shortValue(ByteBuffer buf) |
String |
string(ByteBuffer buf) |
UUID |
uuid(ByteBuffer buf) |
booleanObj, byteObj, charObj, create, deletedValue, doubleObj, floatObj, intObj, longObj, noneValue, nullValue, shortObj, unknownpublic Object deserialize(ByteBuffer buf)
public Object create(ByteBuffer buf)
public Object objectValue(ByteBuffer buf)
public boolean booleanValue(ByteBuffer buf)
public byte byteValue(ByteBuffer buf)
public short shortValue(ByteBuffer buf)
public char charValue(ByteBuffer buf)
public int intValue(ByteBuffer buf)
public long longValue(ByteBuffer buf)
public float floatValue(ByteBuffer buf)
public double doubleValue(ByteBuffer buf)
public String string(ByteBuffer buf)
public Date date(ByteBuffer buf)
public UUID uuid(ByteBuffer buf)
public boolean[] booleanArr(ByteBuffer buf)
public byte[] byteArr(ByteBuffer buf)
public short[] shortArr(ByteBuffer buf)
public char[] charArr(ByteBuffer buf)
public int[] intArr(ByteBuffer buf)
public long[] longArr(ByteBuffer buf)
public float[] floatArr(ByteBuffer buf)
public double[] doubleArr(ByteBuffer buf)
public List<?> list(ByteBuffer buf)
public Set<?> set(ByteBuffer buf)
public Map<?,?> map(ByteBuffer buf)
public Object[] objectArr(ByteBuffer buf)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.