ICodecProvider Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides functionality for accessing codecs, activators, and copiers.
public interface ICodecProvider : Orleans.Serialization.Cloning.IDeepCopierProvider, Orleans.Serialization.Serializers.IActivatorProvider, Orleans.Serialization.Serializers.IBaseCodecProvider, Orleans.Serialization.Serializers.IFieldCodecProvider, Orleans.Serialization.Serializers.IValueSerializerProvider
type ICodecProvider = interface
interface IFieldCodecProvider
interface IBaseCodecProvider
interface IValueSerializerProvider
interface IActivatorProvider
interface IDeepCopierProvider
Public Interface ICodecProvider
Implements IActivatorProvider, IBaseCodecProvider, IDeepCopierProvider, IFieldCodecProvider, IValueSerializerProvider
- Derived
- Implements
Properties
Services |
Gets the service provider. |
Methods
GetActivator<T>() |
Gets an activator for the specified type. (Inherited from IActivatorProvider) |
GetBaseCodec<TField>() |
Gets a base codec for the specified type. (Inherited from IBaseCodecProvider) |
GetBaseCopier<T>() |
Gets a base type copier capable of copying instances of type |
GetCodec(Type) |
Gets a codec for the specific type. (Inherited from IFieldCodecProvider) |
GetCodec<TField>() |
Gets a codec for the specified type. (Inherited from IFieldCodecProvider) |
GetDeepCopier(Type) |
Gets a deep copier capable of copying instances of type |
GetDeepCopier<T>() |
Gets a deep copier capable of copying instances of type |
GetValueSerializer<TField>() |
Gets the value serializer for the specified type. (Inherited from IValueSerializerProvider) |
TryGetCodec(Type) |
Gets a codec for the specific type, or |
TryGetCodec<TField>() |
Gets a codec for the specific type, or |
TryGetDeepCopier(Type) |
Gets a deep copier capable of copying instances of type |
TryGetDeepCopier<T>() |
Gets a deep copier capable of copying instances of type |