SerializerFeature.SerializerTypes 属性

定义

获取有关包含各个类型的序列化程序方法的类型的元数据集合。

public System.Collections.Generic.IList<Orleans.Serialization.SerializerTypeMetadata> SerializerTypes { get; }
member this.SerializerTypes : System.Collections.Generic.IList<Orleans.Serialization.SerializerTypeMetadata>
Public ReadOnly Property SerializerTypes As IList(Of SerializerTypeMetadata)

属性值

注解

此集合对应于属性 SerializerAttribute 以及自序列化的类型。

适用于