JDO Method
in javax.jdo.spi.StateManager

void preSerialize(
  PersistenceCapable pc
)


Guarantee that the serializable transactional and persistent fields are loaded into the instance. This method is called by the generated jdoPreSerialize method prior to serialization of the instance.
Parameters:
pc - the calling PersistenceCapable instance
Since:
JDO 1.0