SerializerProvider Class
Manages serialization plug-ins created, using ISerializerFactory and SerializerDescriptor, by manufacturers who have their own proprietary serialization formats.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | SerializerProvider() | Initializes a new instance of the SerializerProvider class. |
| Name | Description | |
|---|---|---|
![]() | InstalledSerializers | Gets a collection of the installed plug-in serializers. |
| Name | Description | |
|---|---|---|
![]() | CreateSerializerWriter(SerializerDescriptor^, Stream^) | Initializes an object derived from the abstract SerializerWriter class for the specified Stream that will use the specified descriptor. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() ![]() | RegisterSerializer(SerializerDescriptor^, Boolean) | Registers a serializer plug-in. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | UnregisterSerializer(SerializerDescriptor^) | Deletes a serializer plug-in from the registry. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


