SfcSerializationAdapterAttribute Class

Definition

Attribute to specify the type of serialization adapter to use for a particular property

[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
Inheritance
SfcSerializationAdapterAttribute
Attributes

Constructors

SfcSerializationAdapterAttribute(Type)

Properties

SfcSerializationAdapterType

The type of the serialization adapter

Applies to