A
AA
I have this xml..
<xmlData>
<Names>
<Name>John</Name>
<Name>Peter</Name>
<Name>Maria</Name>
</Names>
</xmlData>
and this object...
Public Class xmlData
Public Names() as String
End Class
But I Can't make the serialization
Why??
I Can modify my object, but the Xml document don't
<xmlData>
<Names>
<Name>John</Name>
<Name>Peter</Name>
<Name>Maria</Name>
</Names>
</xmlData>
and this object...
Public Class xmlData
Public Names() as String
End Class
But I Can't make the serialization
Why??
I Can modify my object, but the Xml document don't