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

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

ContinueDeserialize< TValue >(ref ReadBufferState bufferState, ref JsonReaderState jsonReaderState, ref ReadStack readStack, JsonConverter converter, JsonSerializerOptions options)System.Text.Json.JsonSerializerinlinepackagestatic
CreateDataExtensionProperty(object obj, JsonPropertyInfo jsonPropertyInfo, JsonSerializerOptions options)System.Text.Json.JsonSerializerinlinepackagestatic
CreateQueueJsonTypeInfo< TValue >(JsonConverter queueConverter, JsonSerializerOptions queueOptions)System.Text.Json.JsonSerializerinlineprivatestatic
Deserialize(this JsonDocument document, Type returnType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize(this JsonDocument document, Type returnType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Deserialize(this JsonElement element, Type returnType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize(this JsonElement element, Type returnType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Deserialize(this JsonNode? node, Type returnType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize(this JsonNode? node, Type returnType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Deserialize(ReadOnlySpan< byte > utf8Json, Type returnType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize(ReadOnlySpan< byte > utf8Json, Type returnType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Deserialize(Stream utf8Json, Type returnType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize(Stream utf8Json, Type returnType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Deserialize(string json, Type returnType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize(ReadOnlySpan< char > json, Type returnType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize(string json, Type returnType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Deserialize(ReadOnlySpan< char > json, Type returnType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Deserialize(ref Utf8JsonReader reader, Type returnType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize(ref Utf8JsonReader reader, Type returnType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(this JsonDocument document, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(this JsonDocument document, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(this JsonElement element, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(this JsonElement element, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(this JsonNode? node, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(this JsonNode? node, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(ReadOnlySpan< byte > utf8Json, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(ReadOnlySpan< byte > utf8Json, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(Stream utf8Json, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(Stream utf8Json, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(string json, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(ReadOnlySpan< char > json, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(string json, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(ReadOnlySpan< char > json, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(ref Utf8JsonReader reader, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Deserialize< TValue >(ref Utf8JsonReader reader, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
DeserializeAsync(Stream utf8Json, Type returnType, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
DeserializeAsync(Stream utf8Json, Type returnType, JsonSerializerContext context, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
DeserializeAsync< TValue >(Stream utf8Json, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
DeserializeAsync< TValue >(Stream utf8Json, JsonTypeInfo< TValue > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
DeserializeAsyncEnumerable< TValue >(Stream utf8Json, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
GetMetadataPropertyName(ReadOnlySpan< byte > propertyName)System.Text.Json.JsonSerializerinlinepackagestatic
GetPropertyName(ref ReadStack state, ref Utf8JsonReader reader, JsonSerializerOptions options)System.Text.Json.JsonSerializerinlinepackagestatic
GetRuntimeType< TValue >(in TValue value)System.Text.Json.JsonSerializerinlineprivatestatic
GetRuntimeTypeAndValidateInputType(object value, Type inputType)System.Text.Json.JsonSerializerinlineprivatestatic
GetTypeInfo(JsonSerializerOptions options, Type runtimeType)System.Text.Json.JsonSerializerinlineprivatestatic
GetTypeInfo(JsonSerializerContext context, Type type)System.Text.Json.JsonSerializerinlineprivatestatic
IsValidNumberHandlingValue(JsonNumberHandling handling)System.Text.Json.JsonSerializerinlinepackagestatic
LookupProperty(object obj, ReadOnlySpan< byte > unescapedPropertyName, ref ReadStack state, JsonSerializerOptions options, out bool useExtensionProperty, bool createExtensionProperty=true)System.Text.Json.JsonSerializerinlinepackagestatic
Read< TValue >(ref Utf8JsonReader reader, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
ReadAll< TValue >(Stream utf8Json, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlinepackagestatic
ReadAllAsync< TValue >(Stream utf8Json, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)System.Text.Json.JsonSerializerinlinepackagestatic
ReadAllUsingOptions< TValue >(Stream utf8Json, Type returnType, JsonSerializerOptions options)System.Text.Json.JsonSerializerinlineprivatestatic
ReadCore< TValue >(JsonConverter jsonConverter, ref Utf8JsonReader reader, JsonSerializerOptions options, ref ReadStack state)System.Text.Json.JsonSerializerinlineprivatestatic
ReadCore< TValue >(ref JsonReaderState readerState, bool isFinalBlock, ReadOnlySpan< byte > buffer, JsonSerializerOptions options, ref ReadStack state, JsonConverter converterBase)System.Text.Json.JsonSerializerinlineprivatestatic
ReadDocument< TValue >(JsonDocument document, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
ReadFromSpan< TValue >(ReadOnlySpan< byte > utf8Json, JsonTypeInfo jsonTypeInfo, int? actualByteCount=null)System.Text.Json.JsonSerializerinlineprivatestatic
ReadFromSpan< TValue >(ReadOnlySpan< char > json, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
ReadFromStream(Stream utf8Json, ReadBufferState bufferState)System.Text.Json.JsonSerializerinlinepackagestatic
ReadFromStreamAsync(Stream utf8Json, ReadBufferState bufferState, CancellationToken cancellationToken)System.Text.Json.JsonSerializerinlinepackagestatic
ReadNode< TValue >(JsonNode node, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
ReadUsingMetadata< TValue >(JsonElement element, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
ResolveMetadataForJsonArray< T >(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options)System.Text.Json.JsonSerializerinlinepackagestatic
ResolveMetadataForJsonObject< T >(ref Utf8JsonReader reader, ref ReadStack state, JsonSerializerOptions options)System.Text.Json.JsonSerializerinlinepackagestatic
s_idPropertyNameSystem.Text.Json.JsonSerializerpackagestatic
s_metadataIdSystem.Text.Json.JsonSerializerpackagestatic
s_metadataRefSystem.Text.Json.JsonSerializerpackagestatic
s_metadataValuesSystem.Text.Json.JsonSerializerpackagestatic
s_refPropertyNameSystem.Text.Json.JsonSerializerpackagestatic
s_valuesPropertyNameSystem.Text.Json.JsonSerializerpackagestatic
Serialize(Stream utf8Json, object? value, Type inputType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Serialize(Stream utf8Json, object? value, Type inputType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Serialize(object? value, Type inputType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Serialize(object? value, Type inputType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Serialize(Utf8JsonWriter writer, object? value, Type inputType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Serialize(Utf8JsonWriter writer, object? value, Type inputType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
Serialize< TValue >(Stream utf8Json, TValue value, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Serialize< TValue >(Stream utf8Json, TValue value, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Serialize< TValue >(TValue value, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Serialize< TValue >(TValue value, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
Serialize< TValue >(Utf8JsonWriter writer, TValue value, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
Serialize< TValue >(Utf8JsonWriter writer, TValue value, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
SerializeAsync(Stream utf8Json, object? value, Type inputType, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
SerializeAsync(Stream utf8Json, object? value, Type inputType, JsonSerializerContext context, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
SerializeAsync< TValue >(Stream utf8Json, TValue value, JsonSerializerOptions? options=null, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
SerializeAsync< TValue >(Stream utf8Json, TValue value, JsonTypeInfo< TValue > jsonTypeInfo, CancellationToken cancellationToken=default(CancellationToken))System.Text.Json.JsonSerializerinlinestatic
SerializeToDocument(object? value, Type inputType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
SerializeToDocument(object? value, Type inputType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
SerializeToDocument< TValue >(TValue value, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
SerializeToDocument< TValue >(TValue value, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
SerializeToElement(object? value, Type inputType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
SerializeToElement(object? value, Type inputType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
SerializeToElement< TValue >(TValue value, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
SerializeToElement< TValue >(TValue value, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
SerializeToNode(object? value, Type inputType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
SerializeToNode(object? value, Type inputType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
SerializeToNode< TValue >(TValue value, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
SerializeToNode< TValue >(TValue value, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
SerializeToUtf8Bytes(object? value, Type inputType, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
SerializeToUtf8Bytes(object? value, Type inputType, JsonSerializerContext context)System.Text.Json.JsonSerializerinlinestatic
SerializeToUtf8Bytes< TValue >(TValue value, JsonSerializerOptions? options=null)System.Text.Json.JsonSerializerinlinestatic
SerializeToUtf8Bytes< TValue >(TValue value, JsonTypeInfo< TValue > jsonTypeInfo)System.Text.Json.JsonSerializerinlinestatic
TryGetReferenceFromJsonElement(ref ReadStack state, JsonElement element, out object referenceValue)System.Text.Json.JsonSerializerinlinepackagestatic
TryReadAheadMetadataAndSetState(ref Utf8JsonReader reader, ref ReadStack state, StackFrameObjectState nextState)System.Text.Json.JsonSerializerinlineprivatestatic
TryWriteReferenceForBoxedStruct(object currentValue, ref WriteStack state, Utf8JsonWriter writer)System.Text.Json.JsonSerializerinlinepackagestatic
ValidateValueIsCorrectType< T >(object value, string referenceId)System.Text.Json.JsonSerializerinlineprivatestatic
WriteBytesUsingGeneratedSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteBytesUsingSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteCore< TValue >(JsonConverter jsonConverter, Utf8JsonWriter writer, in TValue value, JsonSerializerOptions options, ref WriteStack state)System.Text.Json.JsonSerializerinlineprivatestatic
WriteDocumentUsingGeneratedSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteDocumentUsingSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteElementUsingGeneratedSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteElementUsingSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteNodeUsingGeneratedSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteNodeUsingSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteReferenceForCollection(JsonConverter jsonConverter, object currentValue, ref WriteStack state, Utf8JsonWriter writer)System.Text.Json.JsonSerializerinlinepackagestatic
WriteReferenceForObject(JsonConverter jsonConverter, object currentValue, ref WriteStack state, Utf8JsonWriter writer)System.Text.Json.JsonSerializerinlinepackagestatic
WriteStream< TValue >(Stream utf8Json, in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteStreamAsync< TValue >(Stream utf8Json, TValue value, JsonTypeInfo jsonTypeInfo, CancellationToken cancellationToken)System.Text.Json.JsonSerializerinlineprivatestatic
WriteStringUsingGeneratedSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteStringUsingSerializer< TValue >(in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteUsingGeneratedSerializer< TValue >(Utf8JsonWriter writer, in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic
WriteUsingSerializer< TValue >(Utf8JsonWriter writer, in TValue value, JsonTypeInfo jsonTypeInfo)System.Text.Json.JsonSerializerinlineprivatestatic