SerializationInitAssemblyAttribute 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.
Attribute containing a type with an Init method to be called when initializing ProtocolJsonSerializer.
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public class SerializationInitAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type SerializationInitAssemblyAttribute = class
inherit Attribute
Public Class SerializationInitAssemblyAttribute
Inherits Attribute
- Inheritance
-
SerializationInitAssemblyAttribute
- Attributes
Constructors
| Name | Description |
|---|---|
| SerializationInitAssemblyAttribute(Type) |
Attribute containing a type with an Init method to be called when initializing ProtocolJsonSerializer. |
Fields
| Name | Description |
|---|---|
| InitType | |