Skip to content

IFieldCodecProvider

interface

Namespace: Orleans.Serialization.Serializers

Provides access to field codecs.
public interface IFieldCodecProvider

Methods

  • GetCodec(Type) Gets a codec for the specific type.
  • GetCodec Gets a codec for the specified type.
  • TryGetCodec(Type) Gets a codec for the specific type, or null if no appropriate codec was found.
  • TryGetCodec Gets a codec for the specific type, or null if no appropriate codec was found.