Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

System.Windows.Documents.Serialization Namespace

 

Provides types that support the creation and use of run-time accessible plug-in serializers that read and write documents in different data formats.

ClassDescription
System_CAPS_pubclassSerializerDescriptor

Provides information about installed plug-in serializers.

System_CAPS_pubclassSerializerProvider

Manages serialization plug-ins created, using ISerializerFactory and SerializerDescriptor, by manufacturers who have their own proprietary serialization formats.

System_CAPS_pubclassSerializerWriter

Defines the abstract methods and events that are required to implement a plug-in document output serializer.

System_CAPS_pubclassSerializerWriterCollator

Defines the abstract methods required to implement a plug-in document serialization Visual collator.

System_CAPS_pubclassWritingCancelledEventArgs

Provides data for the WritingCancelled event.

System_CAPS_pubclassWritingCompletedEventArgs

Provides data for the WritingCompleted event.

System_CAPS_pubclassWritingPrintTicketRequiredEventArgs

Provides data for the WritingPrintTicketRequired event.

System_CAPS_pubclassWritingProgressChangedEventArgs

Provides data for the WritingProgressChanged event.

InterfaceDescription
System_CAPS_pubinterfaceISerializerFactory

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. 

DelegateDescription
System_CAPS_pubdelegateWritingCancelledEventHandler

Represents a method that will handle the XpsDocumentWriter.WritingCancelled event.

System_CAPS_pubdelegateWritingCompletedEventHandler

Represents a method that handles the WritingCompleted event of the XpsDocumentWriter class.

System_CAPS_pubdelegateWritingPrintTicketRequiredEventHandler

Represents the method that handles the WritingPrintTicketRequired event of an XpsDocumentWriter.

System_CAPS_pubdelegateWritingProgressChangedEventHandler

Represents a method that will handle the WritingProgressChanged event of an XpsDocumentWriter.

EnumerationDescription
System_CAPS_pubenumWritingProgressChangeLevel

Specifies the scope of a WritingProgressChanged event.

Plug-in serializers can only be used with full trust applications.

When called by the application, the plug-in serializer runs in the same thread as the application and can only access elements created within the application thread. When designing a custom plug-in serializer, it is important to properly handle all possible error conditions. A failure within a plug-in serializer can cause an application to fail.

Return to top
Show: