public class SerializedArrayField extends SerializedComplexFieldBase
Modifier and Type | Field and Description |
---|---|
static char |
TYPE_CODE
The type code for this kind of field.
|
Constructor and Description |
---|
SerializedArrayField(java.lang.String fieldName,
SerializedEntityParser parser)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected char |
getTypeCode()
Returns the type code for the king of field.
|
getDetailedType, readValue, serialize, writeValue
getName, setName
public static final char TYPE_CODE
public SerializedArrayField(java.lang.String fieldName, SerializedEntityParser parser) throws java.io.IOException
java.io.IOException
protected char getTypeCode()
getTypeCode
in class SerializedFieldBase