ICodecSelector Interface
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.
Functionality used by general-purpose codecs (such as a JSON codec) to allow types to opt-in to using them.
C#
public interface ICodecSelector
type ICodecSelector = interface
Public Interface ICodecSelector
- Derived
Codec |
The well-known codec name, used to match an instance with a codec. |
Is |
Returns true if the specified codec should be used for this type. |
Produkto | Mga Bersyon |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |