Click or drag to resize
SerializationExtensions Methods

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