SerializerFeature.SerializerDelegates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.