Writer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |