Interface IMessage
Namespace: Google.Protobuf
Assembly: Google.Protobuf.dll
Syntax
public interface IMessage
Properties
Descriptor
Declaration
MessageDescriptor Descriptor { get; }
Property Value
| Type | Description |
|---|---|
| MessageDescriptor |
Methods
CalculateSize()
Declaration
int CalculateSize()
Returns
| Type | Description |
|---|---|
| int |
MergeFrom(CodedInputStream)
Declaration
void MergeFrom(CodedInputStream input)
Parameters
| Type | Name | Description |
|---|---|---|
| CodedInputStream | input |
WriteTo(CodedOutputStream)
Declaration
void WriteTo(CodedOutputStream output)
Parameters
| Type | Name | Description |
|---|---|---|
| CodedOutputStream | output |