Show / Hide Table of Contents

Class SerializerTypeMetadata

Describes a class which has serialization methods.

Inheritance
System.Object
SerializerTypeMetadata
Namespace: Orleans.Serialization
Assembly: Orleans.Core.Abstractions.dll
Syntax
public class SerializerTypeMetadata : object

Constructors

| Improve this Doc View Source

SerializerTypeMetadata(Type, Type)

Declaration
public SerializerTypeMetadata(Type target, Type serializer)
Parameters
Type Name Description
Type target
Type serializer

Properties

| Improve this Doc View Source

Serializer

Gets the serializer type.

Declaration
public Type Serializer { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

Target

Gets the target type.

Declaration
public Type Target { get; }
Property Value
Type Description
Type

Extension Methods

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