Gets the type that this converter handles.
Determines whether the converter can convert the specified type.
The type to check.
True if the converter can convert the type; otherwise, false.
Reads and converts the JSON to the target type.
The value to deserialize.
The deserialized value.
Writes the value as JSON.
The value to serialize.
The serialized value.
StaticsetSets the required helper functions from JsonSerializer to avoid circular dependencies.
JSON converter for ValueMap type.
Note: ValueMap deserialization is handled separately by JsonSerializer.deserializeValueMapFromField based on field metadata to properly deserialize keys and values according to their types. The read() method is not used directly during normal deserialization.