Skip to content
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

Serializer fail if xml input is an one liner #32

Open
tombou opened this issue Jan 22, 2018 · 1 comment
Open

Serializer fail if xml input is an one liner #32

tombou opened this issue Jan 22, 2018 · 1 comment

Comments

@tombou
Copy link

tombou commented Jan 22, 2018

I had big trouble to deserialize an xml response in Android from the server because all the data was in one line without any "\n" betweens the fields. I did a small patch in my code to replace "><" with ">\n<". It was working before the update on the server side that I don't have the control of it.

@ngallagher
Copy link
Owner

If you can provide some code to prove this is an issue, then I can fix it. Without any evidence or test cases it is impossible to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants