public class SerializedClassObject extends SerializedObjectBase
SerializedClass
as this is
the actual object, while the former is only a description.classHandle
handle, pool
Constructor and Description |
---|
SerializedClassObject(SerializedEntityPool pool,
int parseClassDesc)
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 SerializedClassObject(SerializedEntityPool pool, int parseClassDesc)
protected byte getObjectTagConstant()
getObjectTagConstant
in class SerializedObjectBase
protected void serializeObjectContent(java.io.DataOutputStream dos, SerializedEntitySerializer serializer)
serializeObjectContent
in class SerializedObjectBase