protected static class PBinarySerializer.FieldInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
FALSE |
static int |
FIXED_16 |
static int |
FIXED_32 |
static int |
FIXED_64 |
static int |
FIXED_8 |
static int |
TRUE |
| Constructor and Description |
|---|
FieldInfo(int id,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
int |
getArrayLengthBytes() |
boolean |
getBooleanValue() |
int |
getId() |
int |
getIntegerValue() |
int |
getNumericBytes() |
int |
getType() |
String |
toString() |
public static final int FIXED_8
public static final int FIXED_16
public static final int FIXED_32
public static final int FIXED_64
public static final int TRUE
public static final int FALSE
public int getId()
public int getType()
public boolean getBooleanValue()
public int getIntegerValue()
public int getArrayLengthBytes()
public int getNumericBytes()
throws PSerializeException
PSerializeExceptionCopyright © 2016. All rights reserved.