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 SourceSerializerDelegateMetadata(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 SourceDelegates
Gets the serialization delegates.
Declaration
public SerializerMethods Delegates { get; }
Property Value
| Type | Description |
|---|---|
| SerializerMethods |
Target
Gets the target type.
Declaration
public Type Target { get; }
Property Value
| Type | Description |
|---|---|
| Type |