SerializerFeature.SerializerDelegates 属性

定义

获取有关用于序列化各个类型的委托的元数据集合。

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

属性值

注解

此集合旨在保存有关作为委托集合表示的内置序列化程序的信息。

适用于