-
-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XML serialisation performance vs. SimpleXML? #606
Comments
i tried to explore the idea... but without real tests... |
Not sure I understand:
|
this will violate SRP and generally IMO is a bad idea.
I will add also that the code obtained from it can not be re used in any context. |
Right - I guess one approach could be to add more meta data onto the classes, so that a separate module could deal with in/marshaling- kinda like how JAXB works for Java.. |
Hi,
Just wondering if any tests have been conducted on the above?
This project is used by xsd2php, where XSD generated PHP classes can be serialised into XML using serializer, and I really need performance - both for un/marshalling.
So if any comparisons have been made, then I would be keen to know the ballpark outcome?
The text was updated successfully, but these errors were encountered: