victorsndvg / FPL

Fortran Parameter List. A fortran dictionary where to put the parameters of your application.
GNU Lesser General Public License v3.0
30 stars 9 forks source link

XML parsing and serializing #14

Open victorsndvg opened 9 years ago

victorsndvg commented 9 years ago

A future work could be the extension of the library in order of allowing the reading and writing of the parameters to an XML file.

At this point, some questions must be solved:

victorsndvg commented 9 years ago

Object serialization in Fortran. Only intrinsic types can be writted/readed? How we could Write/read derived types?

Probably WriteXML and ReadXML procedures may be located in each wrapper and in the ParametesList.

Maybe a solution to Print/Serialize ParameterLists recursively is to implement an Iterator at the Dictionary hierarchy level to loop into it from the ParameterList