Class ComponentXmlSerializationInfo
Instances of this type are used by ComponentXmlSerializer to provide information used to control XML of properties and sub-objets.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.XmlSerialization
Assembly: Telerik.WinControls.dll
Syntax
public class ComponentXmlSerializationInfo
Constructors
ComponentXmlSerializationInfo(PropertySerializationMetadataCollection)
Declaration
public ComponentXmlSerializationInfo(PropertySerializationMetadataCollection serializationMetadata)
Parameters
PropertySerializationMetadataCollection
serializationMetadata
|
Properties
DisregardOriginalSerializationVisibility
Gets or sets value indicating whether the serializer will use the serialization visibility attributes of the properties of the serialized objects or only those found in SerializationMetadata
Declaration
public bool DisregardOriginalSerializationVisibility { get; set; }
Property Value
System.Boolean
|
SerializationMetadata
Gets a collection of attributes for properties that would override the original designer serialization metadata for these properties
Declaration
public PropertySerializationMetadataCollection SerializationMetadata { get; }
Property Value
PropertySerializationMetadataCollection
|
SerializeDefaultValues
Gets or sets value indincating whether the serializer will force serialization of properties, disregarding the values of the DefaultValue attribute or ShouldSerialize method
Declaration
public bool SerializeDefaultValues { get; set; }
Property Value
System.Boolean
|