Düzenle

Aracılığıyla paylaş


Writer Class

Definition

Helper methods for creating Writer<TBufferWriter> instances.

public static class Writer
type Writer = class
Public Class Writer
Inheritance
Writer

Methods

Create(Byte[], SerializerSession)

Creates a writer which writes to the specified destination.

Create(Memory<Byte>, SerializerSession)

Creates a writer which writes to the specified destination.

Create(MemoryStream, SerializerSession)

Creates a writer which writes to the specified destination.

Create(Span<Byte>, SerializerSession)

Creates a writer which writes to the specified destination.

Create(Stream, SerializerSession, Int32)

Creates a writer which writes to the specified destination.

Create<TBufferWriter>(TBufferWriter, SerializerSession)

Creates a writer which writes to the specified destination.

CreatePooled(SerializerSession)

Creates a writer which writes to a pooled buffer.

CreatePooled(Stream, SerializerSession, Int32)

Creates a writer which writes to the specified destination.

Applies to