SerializationExtensions Class |
Namespace: CMS.DataEngine.Serialization
public static class SerializationExtensions
The SerializationExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | ContainsField |
Returns if provided fieldName has at least one reference
in the failedMappings collection.
|
![]() ![]() | Deserialize |
Returns the XML element deserialized as a BaseInfo object.
|
![]() ![]() | SelectField |
Selects only such FailedMappings which FieldName
is same as fieldName from the failedMappings (comparison is case insensitive).
|
![]() ![]() | Serialize |
Returns object data serialized into the XML element.
|