IFieldCodecProvider 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 access to field codecs.
public interface IFieldCodecProvider
type IFieldCodecProvider = interface
Public Interface IFieldCodecProvider
- Derived
Methods
GetCodec(Type) |
Gets a codec for the specific type. |
GetCodec<TField>() |
Gets a codec for the specified type. |
TryGetCodec(Type) |
Gets a codec for the specific type, or |
TryGetCodec<TField>() |
Gets a codec for the specific type, or |