CborWriter
CborWriter(CborConformanceMode, Boolean, Boolean)
CborWriter(CborConformanceMode, Boolean, Boolean, Int32)
AllowMultipleRootLevelValues
BytesWritten
ConformanceMode
ConvertIndefiniteLengthEncodings
CurrentDepth
IsWriteCompleted
Encode()
Encode(Span<Byte>)
Reset()
TryEncode(Span<Byte>, Int32)
WriteBigInteger(BigInteger)
WriteBoolean(Boolean)
WriteByteString(Byte[])
WriteByteString(ReadOnlySpan<Byte>)
WriteCborNegativeIntegerRepresentation(UInt64)
WriteDateTimeOffset(DateTimeOffset)
WriteDecimal(Decimal)
WriteDouble(Double)
WriteEncodedValue(ReadOnlySpan<Byte>)
WriteEndArray()
WriteEndIndefiniteLengthByteString()
WriteEndIndefiniteLengthTextString()
WriteEndMap()
WriteHalf(Half)
WriteInt32(Int32)
WriteInt64(Int64)
WriteNull()
WriteSimpleValue(CborSimpleValue)
WriteSingle(Single)
WriteStartArray(Int32?)
WriteStartIndefiniteLengthByteString()
WriteStartIndefiniteLengthTextString()
WriteStartMap(Int32?)
WriteTag(CborTag)
WriteTextString(String)
WriteTextString(ReadOnlySpan<Char>)
WriteUInt32(UInt32)
WriteUInt64(UInt64)
WriteUnixTimeSeconds(Double)
WriteUnixTimeSeconds(Int64)
net10.0
namespace System.Formats.Cbor
{
public class CborWriter
{
[EditorBrowsable(EditorBrowsableState.Never)]
public CborWriter(CborConformanceMode conformanceMode, bool convertIndefiniteLengthEncodings, bool allowMultipleRootLevelValues);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 8.09.010.0 |
| .NET Framework | 4.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assembly | System.Formats.Cbor , Version=10.0.0.0, PublicKeyToken=cc7b13ffcd2ddd51 |
| Referencing | Requires any:
|
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API