Web programming - XML-Reflection-Inheritance

preview_player
Показать описание
A simple description that uses reflection classes to create an XML export of the class properties as XML. This is shown with user generated code rather than XML Serialization.

This was created to support the Web Systems Programming courses at Daytona State College.

Рекомендации по теме
Комментарии
Автор

The serialization methods have some severe limitations in the types of objects they can handle. By creating my own class I can handle complex data types.

REAGLIN