Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kikisan

    XML and binary Serialization - XmlInclude being ignored?

    I am developing a windows service which utilizes the following classes: interface IPersistable; [Serializable()] [XmlInclude(typeof(Task))] abstract class PersistableObject : IPersistable; [Serializable()] [XmlInclude(typeof(AccountExpirationWarningTask))]...

Part and Inventory Search

Back
Top