GenerateSerializerAttribute Classe

Definizione

Quando applicato a un tipo, specifica che il tipo deve essere serializzato e che il codice di serializzazione deve essere generato per il tipo.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Struct)]
public sealed class GenerateSerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Enum | System.AttributeTargets.Struct)>]
type GenerateSerializerAttribute = class
    inherit Attribute
Public NotInheritable Class GenerateSerializerAttribute
Inherits Attribute
Ereditarietà
GenerateSerializerAttribute
Attributi

Costruttori

GenerateSerializerAttribute()

Quando applicato a un tipo, specifica che il tipo deve essere serializzato e che il codice di serializzazione deve essere generato per il tipo.

Proprietà

GenerateFieldIds

Ottenere o impostare quando Orleans deve assegnare automaticamente id campo. Il comportamento predefinito consiste nel non assegnare automaticamente gli ID campo.

IncludePrimaryConstructorParameters

Ottenere o impostare se i parametri del costruttore primario devono essere inclusi automaticamente come campi serializzabili. Impostazione predefinita per truerecord i tipi, false in caso contrario.

Si applica a

Vedi anche