SerializationSectionGroup Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Handles the XML elements used to configure serialization by the DataContractSerializer.
Assembly: System.Runtime.Serialization (in System.Runtime.Serialization.dll)
System.Configuration::ConfigurationSectionGroup
System.Runtime.Serialization.Configuration::SerializationSectionGroup
| Name | Description | |
|---|---|---|
![]() | SerializationSectionGroup() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SerializationSectionGroup class. |
| Name | Description | |
|---|---|---|
![]() | DataContractSerializer | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the DataContractSerializerSection used to set up the known types collection. |
![]() | IsDeclarationRequired | Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (Inherited from ConfigurationSectionGroup.) |
![]() | IsDeclared | Gets a value that indicates whether this ConfigurationSectionGroup object is declared.(Inherited from ConfigurationSectionGroup.) |
![]() | Name | Gets the name property of this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.) |
![]() | NetDataContractSerializer | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the NetDataContractSerializerSection used to set up the known types collection. |
![]() | SectionGroupName | Gets the section group name associated with this ConfigurationSectionGroup.(Inherited from ConfigurationSectionGroup.) |
![]() | SectionGroups | Gets a ConfigurationSectionGroupCollection object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.) |
![]() | Sections | Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.) |
![]() | Type | Gets or sets the type for this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | ForceDeclaration() | Forces the declaration for this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.) |
![]() | ForceDeclaration(Boolean) | Forces the declaration for this ConfigurationSectionGroup object.(Inherited from ConfigurationSectionGroup.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetSectionGroup(Configuration^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the serialization configuration section for the specified configuration. |
![]() | GetType() | |
![]() | ShouldSerializeSectionGroupInTargetVersion(FrameworkName^) | Indicates whether the current ConfigurationSectionGroup instance should be serialized when the configuration object hierarchy is serialized for the specified target version of the .NET Framework.(Inherited from ConfigurationSectionGroup.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class is used to handle the <dataContractSerializer> group, which contains the <dataContractSerializer> element, specifically, to allow the addition of types to the collection of known types. For more information about data contract known types, see Data Contract Known Types.
For an example of using the element to add to the known types collection, see <declaredTypes>.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



