diff --git a/api/BD.SteamClient8.Impl/BD.SteamClient8.Impl.SteamIdleCardServiceImpl.html b/api/BD.SteamClient8.Impl/BD.SteamClient8.Impl.SteamIdleCardServiceImpl.html index 7f9c0f66..f51c35c7 100644 --- a/api/BD.SteamClient8.Impl/BD.SteamClient8.Impl.SteamIdleCardServiceImpl.html +++ b/api/BD.SteamClient8.Impl/BD.SteamClient8.Impl.SteamIdleCardServiceImpl.html @@ -276,6 +276,9 @@
Reads and converts the JSON to type int.
+reader
Utf8JsonReaderThe reader.
+typeToConvert
TypeThe type to convert.
+options
JsonSerializerOptionsAn object that specifies serialization options to use.
+The converted value.
+Writes a specified value as JSON.
+writer
Utf8JsonWriterThe writer to write to.
+value
intThe value to convert to JSON.
+options
JsonSerializerOptionsAn object that specifies serialization options to use.
+Reads and converts the JSON to type long.
+reader
Utf8JsonReaderThe reader.
+typeToConvert
TypeThe type to convert.
+options
JsonSerializerOptionsAn object that specifies serialization options to use.
+The converted value.
+Writes a specified value as JSON.
+writer
Utf8JsonWriterThe writer to write to.
+value
longThe value to convert to JSON.
+options
JsonSerializerOptionsAn object that specifies serialization options to use.
+Reads and converts the JSON to type string.
+reader
Utf8JsonReaderThe reader.
+typeToConvert
TypeThe type to convert.
+options
JsonSerializerOptionsAn object that specifies serialization options to use.
+The converted value.
+Writes a specified value as JSON.
+writer
Utf8JsonWriterThe writer to write to.
+value
stringThe value to convert to JSON.
+options
JsonSerializerOptionsAn object that specifies serialization options to use.
+Creates an instance of JsonSerializerContext and binds it with the indicated JsonSerializerOptions.
+options
JsonSerializerOptionsThe run time provided options for the context instance.
+Gets metadata for the specified type.
+type
TypeThe type to fetch metadata for.
+The metadata for the specified type, or null if the context has no metadata for the type.
+