SerializerDelegateMetadata Class
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.
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. |