Edit

Share via


SerializerFeature.SerializerDelegates Property

Definition

Gets a collection of metadata about delegates used to serialize individual types.

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)

Property Value

Remarks

This collection is intended to hold information about built-in serializers which are represented as a collection of delegates.

Applies to