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.
|
![]() | CreateXmlDeserializer |
Creates an XmlSerializer suitable for deserializing XML containing a configured object.
Used to create a serializer for use in Deserialize(XmlElement) method.
|
![]() | CreateXmlSerializer |
Creates an XmlSerializer suitable for serializing an instance of TConfiguration encapsulating object of encapsulatedType.
Used to create a serializer for use in Serialize(TConfiguration, Type, StringBuilder) method.
|
![]() | Deserialize |
Deserializes a configuration from an XML element.
|
![]() | GetConfiguredObjectType |
Gets configured object type from a typeIdentifier.
|
![]() | Serialize |
Serializes configuration and appends it to result.
|