| ConfigurationsXmlSerializerTConfiguration Class |
Namespace: Kentico.Forms.Web.Mvc
public abstract class ConfigurationsXmlSerializer<TConfiguration>
The ConfigurationsXmlSerializerTConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurationsXmlSerializerTConfiguration |
| Name | Description | |
|---|---|---|
| ConfigurationElementName |
Gets the name of the element containing the serialized TConfiguration.
| |
| ConfiguredObjectElementName |
Gets the name of the element containing the serialized configured object wrapped by TConfiguration.
| |
| ConfiguredObjectIdentifierElementName |
Gets the name of the element containing type identifier of the serialized configured object wrapped by TConfiguration.
|
| Name | Description | |
|---|---|---|
| CreateDeserializedConfiguration |
Creates a new TConfiguration based on deserialized typeIdentifier and configuredObject.
| |
| Deserialize |
Deserializes a configuration from an XML element.
| |
| GetConfiguredObjectType |
Gets configured object type from a typeIdentifier.
| |
| Serialize |
Serializes configuration and appends it to result.
|