Utf8JsonReader
Utf8JsonReader(ReadOnlySequence<Byte>, JsonReaderOptions)
Utf8JsonReader(ReadOnlySpan<Byte>, JsonReaderOptions)
Utf8JsonReader(ReadOnlySequence<Byte>, Boolean, JsonReaderState)
Utf8JsonReader(ReadOnlySpan<Byte>, Boolean, JsonReaderState)
BytesConsumed
CurrentDepth
CurrentState
HasValueSequence
IsFinalBlock
Position
TokenStartIndex
TokenType
ValueIsEscaped
ValueSequence
ValueSpan
CopyString(Span<Byte>)
CopyString(Span<Char>)
GetBoolean()
GetByte()
GetBytesFromBase64()
GetComment()
GetDateTime()
GetDateTimeOffset()
GetDecimal()
GetDouble()
GetGuid()
GetInt16()
GetInt32()
GetInt64()
GetSByte()
GetSingle()
GetString()
GetUInt16()
GetUInt32()
GetUInt64()
Read()
Skip()
TryGetByte(Byte)
TryGetBytesFromBase64(Byte[])
TryGetDateTime(DateTime)
TryGetDateTimeOffset(DateTimeOffset)
TryGetDecimal(Decimal)
TryGetDouble(Double)
TryGetGuid(Guid)
TryGetInt16(Int16)
TryGetInt32(Int32)
TryGetInt64(Int64)
TryGetSByte(SByte)
TryGetSingle(Single)
TryGetUInt16(UInt16)
TryGetUInt32(UInt32)
TryGetUInt64(UInt64)
TrySkip()
ValueTextEquals(String)
ValueTextEquals(ReadOnlySpan<Byte>)
ValueTextEquals(ReadOnlySpan<Char>)
xamarinmac
namespace System.Text.Json
{
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public struct Utf8JsonReader
{
public Guid GetGuid();
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
Upgrade Planner | 0.0 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to xamarinmac | |
Assemblies | System.Text.Json , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 System.Text.Json , Version=9.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
Referencing | Your project needs a package reference to |
Package | System.Text.Json (10.0.0-preview.1.25080.5) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API