EnableKeyedSerializerAttribute 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.
Allows a type to specify the serializer type to use for this class in the event that no other serializer claims responsibility.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class EnableKeyedSerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type EnableKeyedSerializerAttribute = class
inherit Attribute
Public NotInheritable Class EnableKeyedSerializerAttribute
Inherits Attribute
- Inheritance
-
EnableKeyedSerializerAttribute
- Attributes
Constructors
EnableKeyedSerializerAttribute(Type) |
Properties
SerializerType |
The serializer type to use for this class in the event that no other serializer claims responsibility. |