Changes between Version 2 and Version 3 of maestro/MaestroAPI/codebasics


Ignore:
Timestamp:
May 22, 2008, 12:14:44 PM (16 years ago)
Author:
ksgeograf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maestro/MaestroAPI/codebasics

    v2 v3  
    1414  * !XmlSerializer
    1515
    16 The !BinarySerializer contains code that mimics the binary serialization/deserialization of objects in the MapGuide server. These classes are used to read and create the !RuntimeClasses.
     16The !BinarySerializer contains code that mimics the binary serialization/deserialization of objects in the !MapGuide server. These classes are used to read and create the !RuntimeClasses.
    1717
    1818The Generated folder contains classes that are generated from the Xsd schema of the server. There exists a folder in the source called "XSD Generator" which contains the code used to generate these classes. After generation, I have hand modified/fixed the classes so it is not possible to automatically regenerate/update these.