IFieldCodecProvider
interface
Namespace: Orleans.Serialization.Serializers
Provides access to field codecs.
public interface IFieldCodecProviderMethods
GetCodec(Type)Gets a codec for the specific type.GetCodecGets a codec for the specified type.TryGetCodec(Type)Gets a codec for the specific type, ornullif no appropriate codec was found.TryGetCodecGets a codec for the specific type, ornullif no appropriate codec was found.
