Partilhar via


SerializationInitAssemblyAttribute Class

Definition

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

Applies to