Serializer which serializes event arguments into an xml string. The standard xml serialization restrictions do apply.
Inheritance: IEventArgsSerializer
Beispiel #1
0
 public XmlEventArgsSerializerTest()
 {
     this.testee = new XmlEventArgsSerializer();
 }
 public XmlEventArgsSerializerTest()
 {
     this.testee = new XmlEventArgsSerializer();
 }