XmlSyndicationContent.ReadContent<TContent> Method (XmlSerializer)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Reads the content of the specified type into the XmlSyndicationContent using the specified serializer.

Namespace:  System.ServiceModel.Syndication
Assembly:  System.ServiceModel.Syndication (in System.ServiceModel.Syndication.dll)

Syntax

'Declaration
Public Function ReadContent(Of TContent) ( _
    serializer As XmlSerializer _
) As TContent
public TContent ReadContent<TContent>(
    XmlSerializer serializer
)

Type Parameters

  • TContent
    The type of content to read.

Parameters

Return Value

Type: TContent
An object of the specified type.

Exceptions

Exception Condition
InvalidOperationException

The input XML cannot be deserialized into the requested type.

Remarks

On the receive/deserialization side, if the XML syndication content element is an empty XML element, then default(TContent) is returned. If not, the instance of XmlSerializer passed in is used to deserialize the inner XML of XML syndication content element into an instance of TContent.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.