SerializerDelegateMetadata Class

Definition

Describes a set of delegates which are used to serializer a specified type.

public class SerializerDelegateMetadata
type SerializerDelegateMetadata = class
Public Class SerializerDelegateMetadata
Inheritance
SerializerDelegateMetadata

Constructors

SerializerDelegateMetadata(Type, DeepCopier, Serializer, Deserializer, Boolean)

Properties

Delegates

Gets the serialization delegates.

OverrideExisting

Whether or not to override entries which

Target

Gets the target type.

Applies to