Skip to main content

XML Serialization

I know you don't see anything on your end, but the backend has had a major overhaul! I finally got away from using ArrayLists to return my data and instead wrote my own collections (based off of the abstract class System.Collections.CollectionBase) and added the [XmlAttribute], [XmlElement], [XmlRoot], and lastly [XmlArrayItem] to the classes to allow them to be serialized. It doesn't mean much to you viewers, but it does allow me to actually publish a specification that doesn't rely on the .net framework. It is quite late and I am tired, so I'll cut this short. Hopefully some of the other functionality will be available to you soon!