다음을 통해 공유


EnableKeyedSerializerAttribute 클래스

정의

다른 serializer가 책임을 주장하지 않는 경우 형식이 이 클래스에 사용할 serializer 형식을 지정할 수 있습니다.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)]
public sealed class EnableKeyedSerializerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Struct)>]
type EnableKeyedSerializerAttribute = class
    inherit Attribute
Public NotInheritable Class EnableKeyedSerializerAttribute
Inherits Attribute
상속
EnableKeyedSerializerAttribute
특성

생성자

EnableKeyedSerializerAttribute(Type)

다른 serializer가 책임을 주장하지 않는 경우 형식이 이 클래스에 사용할 serializer 형식을 지정할 수 있습니다.

속성

SerializerType

다른 serializer가 책임을 주장하지 않는 경우 이 클래스에 사용할 serializer 형식입니다.

적용 대상