Protocol Buffers - Google's data interchange format (grpc依赖) https://developers.google.com/protocol-buffers/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jon Skeet 4658a3dd7e Doc fix 17 years ago
..
Collections Implemented popsicle immutability for lists. Modified MessageStreamIterator to be singly generic. 17 years ago
DescriptorProtos Implemented popsicle immutability for lists. Modified MessageStreamIterator to be singly generic. 17 years ago
Descriptors Experimental (and currently unused) behaviour to determine whether or not a message has any required fields. 17 years ago
FieldAccess Removed unnecessary delegate 17 years ago
Properties Signed the test assembly, and added InternalsVisibleTo. Some public members now internal again. 17 years ago
AbstractBuilder.cs Just comments. 17 years ago
AbstractMessage.cs Use a nullable int for the memoizedSize, just because it's neater. 17 years ago
ByteString.cs Small tidying. 17 years ago
CodedInputStream.cs Micro-optimisations around varints and strings. 17 years ago
CodedOutputStream.cs Micro-optimisations around varints and strings. 17 years ago
Delegates.cs Implemented popsicle immutability for lists. Modified MessageStreamIterator to be singly generic. 17 years ago
DynamicMessage.cs Beginning to fix the TODOs 17 years ago
ExtendableBuilder.cs Beginning to fix the TODOs 17 years ago
ExtendableMessage.cs Optimisations of IsInitialized and removal of unnecessary references. 17 years ago
ExtensionInfo.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
ExtensionRegistry.cs Comments. 17 years ago
FieldSet.cs Beginning to fix the TODOs 17 years ago
GeneratedBuilder.cs Small tidying. 17 years ago
GeneratedExtensionBase.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
GeneratedMessage.cs Fix initialization check when an optional field has required subfields 17 years ago
GeneratedRepeatExtension.cs Renamed GeneratedRepeatException to GeneratedRepeatExtension 17 years ago
GeneratedSingleExtension.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
IBuilder.cs Doc fix 17 years ago
IMessage.cs The great generics revisiting. 17 years ago
IRpcChannel.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
IRpcController.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
IService.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
InvalidProtocolBufferException.cs Fix to constructor access for nested types, and first pass at streaming. 17 years ago
MessageStreamIterator.cs Implemented popsicle immutability for lists. Modified MessageStreamIterator to be singly generic. 17 years ago
MessageStreamWriter.cs Fix to constructor access for nested types, and first pass at streaming. 17 years ago
ProtocolBuffers.csproj Renamed GeneratedRepeatException to GeneratedRepeatExtension 17 years ago
RpcUtil.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
TextFormat.cs Remove unused variable. 17 years ago
TextGenerator.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
TextTokenizer.cs Updated C# tests and code for TextFormat to match Java. 17 years ago
UninitializedMessageException.cs Added a doc TODO 17 years ago
UnknownField.cs Copyright fixes, a bit of documentation, and removed unnecessary using directives. 17 years ago
UnknownFieldSet.cs Reflect Java source code. 17 years ago
WireFormat.cs Use a switch instead of a map for WireFormat. 17 years ago