Writer
class
Namespace: Orleans.Serialization.Buffers
Helper methods for creating
Orleans.Serialization.Buffers.Writer instances. public static class WriterMethods
Create(ArcBufferWriter, SerializerSession)Creates a writer which writes to the specified destination.Create(Stream, SerializerSession, int)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(byte[], SerializerSession)Creates a writer which writes to the specified destination.Create(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, int)Creates a writer which writes to the specified destination.
