Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.Serialization.Metadata.JsonMetadataServices Member List

This is the complete list of members for System.Text.Json.Serialization.Metadata.JsonMetadataServices, including all inherited members.

BooleanConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
ByteArrayConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
ByteConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
CharConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
CreateArrayInfo< TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TElement[]> collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateConcurrentQueueInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateConcurrentStackInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateDictionaryInfo< TCollection, TKey, TValue >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateICollectionInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateIDictionaryInfo< TCollection >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateIDictionaryInfo< TCollection, TKey, TValue >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateIEnumerableInfo< TCollection >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateIEnumerableInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateIListInfo< TCollection >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateIListInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateImmutableDictionaryInfo< TCollection, TKey, TValue >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo, Func< IEnumerable< KeyValuePair< TKey, TValue > >, TCollection > createRangeFunc)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateImmutableEnumerableInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo, Func< IEnumerable< TElement >, TCollection > createRangeFunc)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateIReadOnlyDictionaryInfo< TCollection, TKey, TValue >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateISetInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateJsonPropertyInfoForClassInfo(Type type, JsonTypeInfo typeInfo, JsonConverter converter, JsonSerializerOptions options)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinepackagestatic
CreateListInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateObjectInfo< T >(JsonSerializerOptions options, JsonObjectInfoValues< T > objectInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreatePropertyInfo< T >(JsonSerializerOptions options, JsonPropertyInfoValues< T > propertyInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateQueueInfo< TCollection >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo, Action< TCollection, object?> addFunc)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateQueueInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateStackInfo< TCollection >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo, Action< TCollection, object?> addFunc)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateStackInfo< TCollection, TElement >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
CreateStackOrQueueInfo< TCollection >(JsonSerializerOptions options, JsonCollectionInfoValues< TCollection > collectionInfo, Action< TCollection, object > addFunc)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlineprivatestatic
CreateValueInfo< T >(JsonSerializerOptions options, JsonConverter converter)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
DateTimeConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
DateTimeOffsetConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
DecimalConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
DoubleConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
GetEnumConverter< T >(JsonSerializerOptions options)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
GetNullableConverter< T >(JsonTypeInfo< T > underlyingTypeInfo)System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
GetUnsupportedTypeConverter< T >()System.Text.Json.Serialization.Metadata.JsonMetadataServicesinlinestatic
GuidConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
Int16ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
Int32ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
Int64ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
JsonArrayConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
JsonElementConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
JsonNodeConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
JsonObjectConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
JsonValueConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
ObjectConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
s_booleanConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_byteArrayConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_byteConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_charConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_dateTimeConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_dateTimeOffsetConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_decimalConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_doubleConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_guidConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_int16ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_int32ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_int64ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_jsonArrayConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_jsonElementConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_jsonNodeConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_jsonObjectConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_jsonValueConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_objectConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_sbyteConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_singleConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_stringConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_timeSpanConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_uint16ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_uint32ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_uint64ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_uriConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
s_versionConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesprivatestatic
SByteConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
SingleConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
StringConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
TimeSpanConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
UInt16ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
UInt32ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
UInt64ConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
UriConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic
VersionConverterSystem.Text.Json.Serialization.Metadata.JsonMetadataServicesstatic