SerializerFeature.AddKnownType(String, String) Method
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.
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.