XmlSyndicationContent.ReadContent<TContent> Method (XmlObjectSerializer)
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) ( _
dataContractSerializer As XmlObjectSerializer _
) As TContent
public TContent ReadContent<TContent>(
XmlObjectSerializer dataContractSerializer
)
Type Parameters
- TContent
The type of content to read.
Parameters
- dataContractSerializer
Type: System.Runtime.Serialization.XmlObjectSerializer
The XmlObjectSerializer to use.
Return Value
Type: TContent
An object of the specified type.
Exceptions
Exception | Condition |
---|---|
SerializationException | 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 XmlObjectSerializer 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.