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
but same is not true for other scalar types; as an example, int type fails.
This because there is special XmlStringDeserializer that handles details of handling special cases.
But it would make sense to make this work at least for int and long -- and others in future, too.
The text was updated successfully, but these errors were encountered:
cowtowncoder
changed the title
Coercion from element-with-attribute-and-text only works for String, not int
Coercion from element-with-attribute-and-text only works for String not other scalar types
Jun 30, 2020
Handling of text (
String
) valued properties works for content like:to type like
(after fixes like #390)
but same is not true for other scalar types; as an example,
int
type fails.This because there is special
XmlStringDeserializer
that handles details of handling special cases.But it would make sense to make this work at least for
int
andlong
-- and others in future, too.The text was updated successfully, but these errors were encountered: