GrainIdJsonConverter.ReadAsPropertyName Method
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.
Reads a dictionary key from a JSON property name.
public override Orleans.Runtime.GrainId ReadAsPropertyName(ref System.Text.Json.Utf8JsonReader reader, Type typeToConvert, System.Text.Json.JsonSerializerOptions options);
override this.ReadAsPropertyName : Utf8JsonReader * Type * System.Text.Json.JsonSerializerOptions -> Orleans.Runtime.GrainId
Public Overrides Function ReadAsPropertyName (ByRef reader As Utf8JsonReader, typeToConvert As Type, options As JsonSerializerOptions) As GrainId
Parameters
- reader
- Utf8JsonReader
- typeToConvert
- Type
- options
- JsonSerializerOptions