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