c# - Data type with string, string that can be serialized/de serialized to xml -
in c#, can please inform me of best data type can have string, string
combination can serialized
xml
, de serialized
xml
?
i need able have list
of object, , list
can serialized
xml
, de serialized
xml
.
i have tried dictionary
type, causing errors when serializing
xml.
i using object xml
serialization
serialization
.
what data type should use? such data type exist?
thanks
edit
i can serialize list<string[]>
, wondering if data type exist.
Comments
Post a Comment