SerializerMethodAttribute 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.
Used to mark a method as providing a serializer function for that type.
[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class SerializerMethodAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type SerializerMethodAttribute = class
inherit Attribute
Public NotInheritable Class SerializerMethodAttribute
Inherits Attribute
- Inheritance
-
SerializerMethodAttribute
- Attributes
Constructors
SerializerMethodAttribute() |