TypeManifestOptions.Serializers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the set of known serializers, which are responsible for serializing and deserializing a given type.
public System.Collections.Generic.HashSet<Type> Serializers { get; }
member this.Serializers : System.Collections.Generic.HashSet<Type>
Public ReadOnly Property Serializers As HashSet(Of Type)