SfcSerializationAdapterAttribute Clase

Definición

Atributo para especificar el tipo de adaptador de serialización que se va a usar para una propiedad determinada

[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class SfcSerializationAdapterAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SfcSerializationAdapterAttribute = class
    inherit Attribute
Public Class SfcSerializationAdapterAttribute
Inherits Attribute
Herencia
SfcSerializationAdapterAttribute
Atributos

Constructores

Nombre Description
SfcSerializationAdapterAttribute(Type)

Atributo para especificar el tipo de adaptador de serialización que se va a usar para una propiedad determinada

Propiedades

Nombre Description
SfcSerializationAdapterType

Tipo del adaptador de serialización

Se aplica a