Interface IBufferMessage (3.23.0)

public interface IBufferMessage : IMessage

Interface for a Protocol Buffers message, supporting parsing from ParseContext and writing to WriteContext.

Namespace

Google.Protobuf

Assembly

Google.Protobuf.dll

Methods

InternalMergeFrom(ref ParseContext)

void InternalMergeFrom(ref ParseContext ctx)

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

Parameter
NameDescription
ctxParseContext

InternalWriteTo(ref WriteContext)

void InternalWriteTo(ref WriteContext ctx)

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

Parameter
NameDescription
ctxWriteContext

Extension Methods