SerializerFeature Class

Definition

Contains metadata about serializers and serialization types.

public class SerializerFeature
type SerializerFeature = class
Public Class SerializerFeature
Inheritance
SerializerFeature

Constructors

SerializerFeature()

Properties

KnownTypes

Gets a collection of metadata about types which may be serializable.

SerializerDelegates

Gets a collection of metadata about delegates used to serialize individual types.

SerializerTypes

Gets a collection of metadata about types which contain serializer methods for individual types.

Methods

AddKnownType(String, String)

Adds a known type to the KnownTypes property.

AddSerializerType(Type, Type)

Adds a serializer type.

AddSerializerType(Type, Type, Boolean)

Adds a serializer type.

Applies to