xml-typescript
xml-typescript copied to clipboard
parser / de-serializer ?
Hello, just out of interest:
do you plan to implement XML parsing support? (i.e. automatic mapping of de-serialized XML objects with Typescript class definitions)
The ta-json project is a good example of bi-directional entity mapping:
https://github.com/edcarroll/ta-json
/Dan
Hey, yes it is my intention to implement deserialization, but unfortunately not in the near future. But pull requests are welcome as well.
Thanks for your interest und your hint to ta-json.
Also interested in this!
hey,did anyone started it ?