Serialize to xml string c

Serialize to xml string c JH JAN HOLINKA 14. 07. 2014 Category: Comments .NET: Simple approach as deserialize XML for C # object without attributes. XMLSTRING STRING = " 1 My Product XML 2 My Second Product "; 2. Prepare C # Public Class Product {Public Int ID {GET; set; } Public String name {get; set; }} 3. create XML serializer First argument is type of object you want to get and in the ... ................
................