public interface IBufferMessage : IMessage
Interface for a Protocol Buffers message, supporting parsing from ParseContext and writing to WriteContext.
Namespace
Google.ProtobufAssembly
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 | |
---|---|
Name | Description |
ctx |
ParseContext |
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 | |
---|---|
Name | Description |
ctx |
WriteContext |