ISerializerFactory Interface
Provides a means for creating a software component that can serialize any part of a Windows Presentation Foundation (WPF) application's content to a manufacturer's proprietary format.
Assembly: PresentationFramework (in PresentationFramework.dll)
The ISerializerFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DefaultFileExtension | Gets the default extension for files of the manufacturer's proprietary format. |
![]() | DisplayName | Gets the public name of the manufacturer's serializing component. |
![]() | ManufacturerName | Gets the name of the serializing component's manufacturer. |
![]() | ManufacturerWebsite | Gets the web address of the serializing component's manufacturer. |
| Name | Description | |
|---|---|---|
![]() | CreateSerializerWriter | Initializes an object derived from the abstract SerializerWriter class for the specified Stream. |
XpsSerializerFactory in the System.Windows.Xps.Serialization namespace is Microsoft's implementation of this interface for serialized XML Paper Specification (XPS) content.
Notes to CallersWe recommend that you implement this interface only with a document format serializer that you wish to register using the RegisterSerializer method. Accordingly, we recommend that you not call your implementations of ISerializerFactory methods directly.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
