Google.Protobuf.UnsafeByteOperations
Provides a number of unsafe byte operations to be used by advanced applications with high performance
requirements. These methods are referred to as "unsafe" due to the fact that they potentially expose
the backing buffer of a ByteString to the application.
namespace Google.Protobuf
{
public static class UnsafeByteOperations
{
public static ByteString UnsafeWrap(ReadOnlyMemory<byte> bytes);
}
}