共用方式為


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)

屬性值

備註

此集合旨在保存內建序列化程式的相關資訊,這些序列化程式會以委派的集合表示。

適用於