JsonTypeClassifier
JsonTypeClassifier(Object, nint)
BeginInvoke(Utf8JsonReader, AsyncCallback, Object)
EndInvoke(Utf8JsonReader, IAsyncResult)
Invoke(Utf8JsonReader)
net11.0
namespace System.Text.Json.Serialization
{
public delegate Type? JsonTypeClassifier(ref Utf8JsonReader reader);
{
public JsonTypeClassifier(object object, IntPtr method);
}
}
| .NET | 10.011.0 |
|---|---|
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net11.0 | |
| Assembly | System.Text.Json , Version=11.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API