Edit

Share via


SerializerFeature.AddKnownType(String, String) Method

Definition

Adds a known type to the KnownTypes property.

public void AddKnownType (string fullyQualifiedTypeName, string typeKey);
member this.AddKnownType : string * string -> unit
Public Sub AddKnownType (fullyQualifiedTypeName As String, typeKey As String)

Parameters

fullyQualifiedTypeName
String

the fully-qualified type name.

typeKey
String

The orleans type key.

Applies to