Interface IConverterProvider


public interface IConverterProvider
An interface to obtain a converter for an arbitrary type.

This interface is primarily intended to allow client code to configure the ConverterContext to use a custom converter for complex types.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a converter for objects of the given type.
  • Method Details