BitStreamFormatter
class
Namespace: Orleans.Serialization.Utilities
Utilities for formatting an encoded bitstream in a textual manner.
public static class BitStreamFormatterMethods
Format(BufferSlice, SerializerSession)Formats the specified array.Format(ReadOnlyMemory<byte>, SerializerSession)Formats the specified buffer.Format(ReadOnlySequence<byte>, SerializerSession)Formats the specified buffer.Format(ReadOnlySpan<byte>, SerializerSession)Formats the specified buffer.Format(Stream, SerializerSession)Formats the specified buffer.Format(byte[], SerializerSession)Formats the specified array.Format(Reader<TInput>)Formats the provided buffer.Format(Reader<TInput>, StringBuilder)Formats the specified buffer.
