Coercion from element-with-attribute-and-text only works for String
not other scalar types
#412
Milestone
String
not other scalar types
#412
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: