Class SerializerKnownTypeMetadata
Describes a type which can be identified by the serializer.
Inheritance
System.Object
SerializerKnownTypeMetadata
Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class SerializerKnownTypeMetadata : object
Constructors
| Improve this Doc View SourceSerializerKnownTypeMetadata(String, String)
Declaration
public SerializerKnownTypeMetadata(string type, string typeKey)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | type | |
| System.String | typeKey |
Properties
| Improve this Doc View SourceType
Gets the fully-qualified type name.
Declaration
public string Type { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
TypeKey
Gets the type key.
Declaration
public string TypeKey { get; }
Property Value
| Type | Description |
|---|---|
| System.String |