Changes between Version 2 and Version 3 of maestro/MaestroAPI/codebasics
- Timestamp:
- 05/22/08 12:14:44 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maestro/MaestroAPI/codebasics
v2 v3 14 14 * !XmlSerializer 15 15 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.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. 17 17 18 18 The 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.