entityattrxmlserializer-t--class
public class Korzh.EasyQuery.EntityAttrXmlSerializer<T>
: XmlSerializer<T>
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
EntityAttrXmlSerializer(XmlSerializerFactory factory) | void |
Methods
Name | Type | Description |
---|---|---|
LoadAttribute(T attr, string propname, string propvalue) | void | |
LoadFromReader(T attr, XmlReader reader) | void | |
LoadNodes(T attr, XmlReader reader) | void | |
SaveAttributes(T attr, XmlWriter writer) | void | |
SaveNodes(T attr, XmlWriter writer) | void | |
SaveToWriter(T attr, XmlWriter writer) | void |