ListSerializer<T> Class
Namespace: PIX.SerializeHelpers
Assembly: PIX.dll
Assembly: PIX.dll
Inheritance
-
System.Object
- ListSerializer<T>
Syntax
public class ListSerializer<T> : IXmlSerializable, IEnumerable<T>, IEnumerable where T : IXmlSerializable, new()
Type Parameters
Name | Description |
---|---|
T |
Constructors
Name | Description |
---|---|
ListSerializer() | |
ListSerializer(List<T>) | |
ListSerializer(String) | |
ListSerializer(String, List<T>) | |
ListSerializer(XmlReader) |
Properties
Name | Description |
---|---|
List |
Methods
Name | Description |
---|---|
GetEnumerator() | |
GetSchema() | |
ReadXml(XmlReader) | |
WriteXml(XmlWriter) |
Explicit Interface Implementations
Name | Description |
---|---|
IEnumerable.GetEnumerator() |
Extension Methods
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!