This documentation is archived and is not being maintained.

AtomPub10ServiceDocumentFormatter(Of TServiceDocument) Class

A formatter that serializes classes derived from a ServiceDocument instance to and from XML using Atom 1.0 formats.

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

'Declaration
Public Class AtomPub10ServiceDocumentFormatter(Of TServiceDocument As {New, ServiceDocument}) _
	Inherits AtomPub10ServiceDocumentFormatter
'Usage
Dim instance As AtomPub10ServiceDocumentFormatter(Of TServiceDocument)

Type Parameters

TServiceDocument

The class derived from a ServiceDocument instance that is to be serialized to XML or deserialized from XML using Atom 1.0 formatting.

If you want to serialize or deserialized a ServiceDocument instance instead of an object derived from this an instance of ServiceDocument, use the AtomPub10ServiceDocumentFormatter formatter instead.

System.Object
  System.ServiceModel.Syndication.ServiceDocumentFormatter
    System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter
      System.ServiceModel.Syndication.AtomPub10ServiceDocumentFormatter(Of TServiceDocument)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1
Show: