skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ControlXmlSerializer

Provides XML serialization functionality specifically designed for Windows Forms controls, extending the base component serializer.

Inheritance
System.Object
ComponentXmlSerializer
ControlXmlSerializer
Inherited Members
ComponentXmlSerializer.ReadDictionaryElement(XmlReader, Object, IDictionary)
ComponentXmlSerializer.ReadCollectionElement(XmlReader, IList)
ComponentXmlSerializer.ReadCollectionElement(XmlReader, Object, IList)
ComponentXmlSerializer.ReadCollectionElement(XmlReader, Object, IList, Boolean)
ComponentXmlSerializer.ReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String)
ComponentXmlSerializer.ReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String, Boolean)
ComponentXmlSerializer.ReadMergeCollection(XmlReader, Object, PropertyDescriptor, IList, String, Boolean, Boolean)
ComponentXmlSerializer.MatchObjectElement(XmlReader, Object, PropertyDescriptor, IList, String, IList, Int32)
ComponentXmlSerializer.MatchExistingItem(XmlReader, IList, Object, PropertyDescriptor, String, String, IList, Int32)
ComponentXmlSerializer.ReadObjectElement(XmlReader, Object)
ComponentXmlSerializer.ReadObjectElement(XmlReader, Object, Object)
ComponentXmlSerializer.ProcessReaderAttribute(XmlReader, Object, Object, PropertyDescriptor)
ComponentXmlSerializer.ProcessProperty(PropertyDescriptor)
ComponentXmlSerializer.DisposeObject(IDisposable)
ComponentXmlSerializer.ReadObjectElementOverride(XmlReader, Object)
ComponentXmlSerializer.ReadElementInObject(XmlReader, PropertyDescriptor, Object)
ComponentXmlSerializer.ProcessTypeOverride(Type, XmlReader, PropertyDescriptor, Object)
ComponentXmlSerializer.SetPropertyValue(PropertyDescriptor, Object, Object)
ComponentXmlSerializer.GetPropertyValue(PropertyDescriptor, Object)
ComponentXmlSerializer.WriteTypeAttribute(XmlWriter, Type, Object, DesignerSerializationVisibility)
ComponentXmlSerializer.WriteObjectElement(XmlWriter, Object)
ComponentXmlSerializer.WritePropertyOverride(XmlWriter, PropertyDescriptor, Object, DesignerSerializationVisibility)
ComponentXmlSerializer.ShouldSerializeValue(Object, PropertyDescriptor, PropertySerializationMetadata)
ComponentXmlSerializer.WriteDictionaryElement(XmlWriter, IDictionary, Object, PropertyDescriptor)
ComponentXmlSerializer.InitializeWrite()
ComponentXmlSerializer.InitializeRead()
ComponentXmlSerializer.GetCollectionElementOverride(IEnumerable, Object, PropertyDescriptor)
ComponentXmlSerializer.WriteCollectionElement(XmlWriter, IEnumerable, String)
ComponentXmlSerializer.WriteCollectionElement(XmlWriter, IEnumerable, Object, PropertyDescriptor)
ComponentXmlSerializer.GetElementNameByType(Type)
ComponentXmlSerializer.RootSerializationObject
ComponentXmlSerializer.PropertiesProvider
ComponentXmlSerializer.ResolveTypesOnlyInTelerikAssemblies
ComponentXmlSerializer.InstanceFactory
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls.dll

Syntax

public class ControlXmlSerializer : ComponentXmlSerializer

Constructors

ControlXmlSerializer()

Initializes a new instance of the ControlXmlSerializer class with default control serialization settings.

Declaration
public ControlXmlSerializer()

ControlXmlSerializer(ComponentXmlSerializationInfo)

Initializes a new instance of the ControlXmlSerializer class with custom control serialization information.

Declaration
public ControlXmlSerializer(ComponentXmlSerializationInfo componentSerializationInfo)
Parameters
ComponentXmlSerializationInfo componentSerializationInfo

The serialization information for customizing control serialization behavior.

Methods

ProcessListOverride(XmlReader, Object, PropertyDescriptor, IList)

Processes list collections with special handling for control collections during XML deserialization.

Declaration
protected override bool ProcessListOverride(XmlReader reader, object listOwner, PropertyDescriptor parentProperty, IList list)
Parameters
System.Xml.XmlReader reader

The XML reader positioned at the list element.

System.Object listOwner

The object that owns the list being processed.

System.ComponentModel.PropertyDescriptor parentProperty

The property descriptor for the list property.

System.Collections.IList list

The list to populate with deserialized items.

Returns
System.Boolean

true if the list was processed; otherwise, false.

Overrides
ComponentXmlSerializer.ProcessListOverride(XmlReader, Object, PropertyDescriptor, IList)

Extension Methods

SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.