Deserialization have incorrect behavior



I'm try deserialize object, which contains of tag like <A />.That is why the deserializable object have a field with Null value (that is incorrect behavior). If this tag raplace to tag like <A></A>, the deserialization have a correct result. Although, if problem tag transfer to the end of XML document, then also the deserialization have a correct result. That is this?


No comments:

Post a Comment