public class SerializedArrayObject extends SerializedObjectBase
classHandle
handle, 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, serializeContent
getHandle, serialize
public SerializedArrayObject(java.io.DataInputStream din, SerializedEntityPool pool, SerializedEntityParser parser, int classHandle) throws java.io.IOException
java.io.IOException
protected byte getObjectTagConstant()
getObjectTagConstant
in class SerializedObjectBase
protected void serializeObjectContent(java.io.DataOutputStream dos, SerializedEntitySerializer serializer) throws java.io.IOException
serializeObjectContent
in class SerializedObjectBase
java.io.IOException