public class SerializedArrayObject extends SerializedObjectBase
classHandlehandle, pool| Constructor and Description |
|---|
SerializedArrayObject(java.io.DataInputStream din,
SerializedEntityPool pool,
SerializedEntityParser parser,
int classHandle)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected byte |
getObjectTagConstant()
Returns the tag code for the object type.
|
protected void |
serializeObjectContent(java.io.DataOutputStream dos,
SerializedEntitySerializer serializer)
Serializes the object's content.
|
getClassHandle, getPlainClassHierarchy, serializeContentgetHandle, serializepublic SerializedArrayObject(java.io.DataInputStream din, SerializedEntityPool pool, SerializedEntityParser parser, int classHandle) throws java.io.IOException
java.io.IOExceptionprotected byte getObjectTagConstant()
getObjectTagConstant in class SerializedObjectBaseprotected void serializeObjectContent(java.io.DataOutputStream dos, SerializedEntitySerializer serializer) throws java.io.IOException
serializeObjectContent in class SerializedObjectBasejava.io.IOException