JsonMetadataServices
BooleanConverter
ByteArrayConverter
ByteConverter
CharConverter
DateOnlyConverter
DateTimeConverter
DateTimeOffsetConverter
DecimalConverter
DoubleConverter
GuidConverter
HalfConverter
Int128Converter
Int16Converter
Int32Converter
Int64Converter
JsonArrayConverter
JsonDocumentConverter
JsonElementConverter
JsonNodeConverter
JsonObjectConverter
JsonValueConverter
MemoryByteConverter
ObjectConverter
ReadOnlyMemoryByteConverter
SByteConverter
SingleConverter
StringConverter
TimeOnlyConverter
TimeSpanConverter
UInt128Converter
UInt16Converter
UInt32Converter
UInt64Converter
UriConverter
VersionConverter
CreateArrayInfo<TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TElement[]>)
CreateConcurrentQueueInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateConcurrentStackInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateDictionaryInfo<TCollection, TKey, TValue>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateIAsyncEnumerableInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateICollectionInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateIDictionaryInfo<TCollection>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateIDictionaryInfo<TCollection, TKey, TValue>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateIEnumerableInfo<TCollection>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateIEnumerableInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateIListInfo<TCollection>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateIListInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateImmutableDictionaryInfo<TCollection, TKey, TValue>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>, Func<IEnumerable<KeyValuePair<TKey, TValue>>, TCollection>)
CreateImmutableEnumerableInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>, Func<IEnumerable<TElement>, TCollection>)
CreateIReadOnlyDictionaryInfo<TCollection, TKey, TValue>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateISetInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateListInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateMemoryInfo<TElement>(JsonSerializerOptions, JsonCollectionInfoValues<Memory<TElement>>)
CreateObjectInfo<T>(JsonSerializerOptions, JsonObjectInfoValues<T>)
CreatePropertyInfo<T>(JsonSerializerOptions, JsonPropertyInfoValues<T>)
CreateQueueInfo<TCollection>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>, Action<TCollection, Object>)
CreateQueueInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateReadOnlyMemoryInfo<TElement>(JsonSerializerOptions, JsonCollectionInfoValues<ReadOnlyMemory<TElement>>)
CreateStackInfo<TCollection>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>, Action<TCollection, Object>)
CreateStackInfo<TCollection, TElement>(JsonSerializerOptions, JsonCollectionInfoValues<TCollection>)
CreateValueInfo<T>(JsonSerializerOptions, JsonConverter)
GetEnumConverter<T>(JsonSerializerOptions)
GetNullableConverter<T>(JsonSerializerOptions)
GetNullableConverter<T>(JsonTypeInfo<T>)
GetUnsupportedTypeConverter<T>()
net10.0-windows7.0
namespace System.Text.Json.Serialization.Metadata
{
[EditorBrowsable(EditorBrowsableState.Never)]
public static class JsonMetadataServices
{
public static JsonConverter<Half>! HalfConverter { get; }
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Design Reviews |
|
.NET | 8.09.010.0 |
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assemblies | System.Text.Json , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Json , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | System.Text.Json (9.0.3) net9.0 |
Platform Restrictions | The property getter is supported on all platforms. |
- Built-in API
- Package-provided API