Object Serialization in HLA Simulation Data Processing

Persistence and exchange of data is the pivotal problem in simulation data processing.In an object-oriented application,persistence allows an object to outlive the process that created it.The state of the object can be stored to disk,and an object with the same can be re-created at some point in the future.So,it is suited to build the techniques of simulation data’s durable storage and interchange.Serialize is the important mechanism to sustain persistence.Therefore,this paper explores the serializing technique,and affords the solution based on it to process simulation data.The method has been applied in warfare simulation applications,and has brought more flexibility and efficiency for simulation data processing.