Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ThrowNotSupportedException_SerializationNotSupported()

static void System.Text.Json.ThrowHelper.ThrowNotSupportedException_SerializationNotSupported ( Type propertyType)
inlinestatic

Definition at line 670 of file ThrowHelper.cs.

671 {
672 throw new NotSupportedException(System.SR.Format(System.SR.SerializationNotSupportedType, propertyType));
673 }
static string SerializationNotSupportedType
Definition SR.cs:166
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
Definition SR.cs:7

References System.Text.Json.Dictionary, System.SR.Format(), and System.SR.SerializationNotSupportedType.

Referenced by System.Text.Json.Serialization.Metadata.JsonTypeInfo< T >.JsonTypeInfo(), System.Text.Json.Serialization.Converters.DictionaryOfTKeyTValueConverter< TCollection, TKey, TValue >.CreateCollection(), System.Text.Json.Serialization.Converters.ConcurrentQueueOfTConverter< TCollection, TElement >.CreateCollection(), System.Text.Json.Serialization.Converters.ConcurrentStackOfTConverter< TCollection, TElement >.CreateCollection(), System.Text.Json.Serialization.Converters.ListOfTConverter< TCollection, TElement >.CreateCollection(), System.Text.Json.Serialization.Converters.QueueOfTConverter< TCollection, TElement >.CreateCollection(), System.Text.Json.Serialization.Converters.StackOfTConverter< TCollection, TElement >.CreateCollection(), System.Text.Json.Serialization.Converters.IEnumerableConverterFactory.CreateConverter(), System.Text.Json.JsonSerializer.CreateDataExtensionProperty(), System.Text.Json.Serialization.Metadata.JsonTypeInfo< T >.GetConverter(), System.Text.Json.Serialization.IEnumerableConverterFactoryHelpers.GetImmutableDictionaryCreateRangeMethod(), and System.Text.Json.Serialization.IEnumerableConverterFactoryHelpers.GetImmutableEnumerableCreateRangeMethod().