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 SourceSerializerTypeMetadata(Type, Type)
Declaration
public SerializerTypeMetadata(Type target, Type serializer)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | target | |
| Type | serializer |
Properties
| Improve this Doc View SourceSerializer
Gets the serializer type.
Declaration
public Type Serializer { get; }
Property Value
| Type | Description |
|---|---|
| Type |
Target
Gets the target type.
Declaration
public Type Target { get; }
Property Value
| Type | Description |
|---|---|
| Type |