Click or drag to resize
SerializationExtensions Class
Extension methods for serialization and deserialization of BaseInfo.
Inheritance Hierarchy
SystemObject
  CMS.DataEngine.SerializationSerializationExtensions

Namespace: CMS.DataEngine.Serialization
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static class SerializationExtensions

The SerializationExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContainsField
Returns if provided fieldName has at least one reference in the failedMappings collection.
Public methodStatic memberDeserialize
Returns the XML element deserialized as a BaseInfo object.
Public methodStatic memberSelectField
Selects only such FailedMappings which FieldName is same as fieldName from the failedMappings (comparison is case insensitive).
Public methodStatic memberSerialize
Returns object data serialized into the XML element.
Top
See Also