29.2 Serialization in the Pop Framework

Serialization typically works by cascading downwards. Thus the cPopDoc::Serialize makes a call to the cGame::Serialize method which in turn calls cBiota::Serialize and so on. Figure 29.1 shows the cascade of some of the serialize calls that we use.

Figure 29.1. Sequence diagram of the Pop Framework serialize

graphics/29fig01.gif



    Part I: Software Engineering and Computer Games
    Part II: Software Engineering and Computer Games Reference