CoreJsonContext Constructors
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.
Overloads
| Name | Description |
|---|---|
| CoreJsonContext() | |
| CoreJsonContext(JsonSerializerOptions) |
CoreJsonContext()
public CoreJsonContext();
Public Sub New ()
Applies to
CoreJsonContext(JsonSerializerOptions)
Creates an instance of JsonSerializerContext and binds it with the indicated JsonSerializerOptions.
public CoreJsonContext(System.Text.Json.JsonSerializerOptions options);
new Microsoft.Agents.Core.Serialization.CoreJsonContext : System.Text.Json.JsonSerializerOptions -> Microsoft.Agents.Core.Serialization.CoreJsonContext
Public Sub New (options As JsonSerializerOptions)
Parameters
- options
- JsonSerializerOptions