<PackageReference Include="Google.Protobuf" Version="3.36.0" />

Google.Protobuf.IBufferMessage

public interface IBufferMessage : IMessage
Interface for a Protocol Buffers message, supporting parsing from ParseContext and writing to WriteContext.

Internal implementation of merging data from given parse context into this message. Users should never invoke this method directly.

Internal implementation of writing this message to a given write context. Users should never invoke this method directly.