Edit

Share via


SerializerFeature.SerializerTypes Property

Definition

Gets a collection of metadata about types which contain serializer methods for individual types.

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)

Property Value

Remarks

This collection corresponds to the SerializerAttribute attribute as well as types which are self-serializing.

Applies to