Show / Hide Table of Contents

Class SerializerDelegateMetadata

Describes a set of delegates which are used to serializer a specified type.

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

Constructors

| Improve this Doc View Source

SerializerDelegateMetadata(Type, DeepCopier, Serializer, Deserializer)

Declaration
public SerializerDelegateMetadata(Type target, DeepCopier deepCopier, Serializer serializer, Deserializer deserializer)
Parameters
Type Name Description
Type target
DeepCopier deepCopier
Serializer serializer
Deserializer deserializer

Properties

| Improve this Doc View Source

Delegates

Gets the serialization delegates.

Declaration
public SerializerMethods Delegates { get; }
Property Value
Type Description
SerializerMethods
| 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