Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface System.​ComponentModel.​Design.​Serialization.​IDesignerSerializationProvider

Assembly: System.ComponentModel.TypeConverter

Provides an interface that enables access to a serializer.

Methods

object
GetSerializer​(IDesignerSerializationManager manager, object currentSerializer, Type objectType, Type serializerType)
Gets a serializer using the specified attributes.
Returns An instance of a serializer of the type requested, or <see langword="null" /> if the request cannot be satisfied.
manager The serialization manager requesting the serializer.
currentSerializer An instance of the current serializer of the specified type. This can be <see langword="null" /> if no serializer of the specified type exists.
objectType The data type of the object to serialize.
serializerType The data type of the serializer to create.