Show / Hide Table of Contents

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 Source

SerializerKnownTypeMetadata(String, String)

Declaration
public SerializerKnownTypeMetadata(string type, string typeKey)
Parameters
Type Name Description
System.String type
System.String typeKey

Properties

| Improve this Doc View Source

Type

Gets the fully-qualified type name.

Declaration
public string Type { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

TypeKey

Gets the type key.

Declaration
public string TypeKey { get; }
Property Value
Type Description
System.String

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX