XML Serializer
- From: FR <nospam@xxxxxxxxxx>
- Date: Tue, 10 Mar 2009 09:58:35 +0100
Hi,
I want use annotation for format XML like this with xml serializer:
<myclass>
<text><![CDATA[
SOME <XML> TEXT
]]></text>
</myclass>
How format Annotation in C#?? it's possible?
public class MyClass
{
string _data;
[XmlElement]--> annotation
public string text{ get; set; }
}
The second Chance for me it's use IXmlSerializable Interface...
i must use this o there's other method?
thanks for help
.
- Follow-Ups:
- Re: XML Serializer
- From: FR
- Re: XML Serializer
- From: Pavel Minaev
- Re: XML Serializer
- Prev by Date: Re: how to test if a printer is installed
- Next by Date: Re: Delphi type events in C#
- Previous by thread: Re: how to test if a printer is installed
- Next by thread: Re: XML Serializer
- Index(es):
Relevant Pages
|