You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a problem in unmarshalling one of the files that I previously entered in the form of xml in my program.
When I try to unmarshal an element that has tag:type for example :
"id": 13190773,
"tags": {
"type": "route",
}
I countered this error : unknown type of 'route'
Apparently there is a problem in recognizing types
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hello, I have a problem in unmarshalling one of the files that I previously entered in the form of xml in my program.
When I try to unmarshal an element that has tag:type for example :
"id": 13190773,
"tags": {
"type": "route",
}
I countered this error : unknown type of 'route'
Apparently there is a problem in recognizing types
Thanks in advance
The text was updated successfully, but these errors were encountered: