Table of Contents

Property SerializerKnownTypes

Namespace
Alternet.FormDesigner
Assembly
Alternet.FormDesigner.v10.dll

SerializerKnownTypes

Gets or sets the list of known types used by the serializer during serialization and deserialization.

public static List<Type> SerializerKnownTypes { get; }

Property Value

List<Type>

Remarks

This list includes various types that are commonly used in the serialization process, such as CodeDOM types, collection types, and custom extenders.