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 f26f8dce02 The great generics revisiting. 17 years ago
..
Collections Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
DescriptorProtos The great generics revisiting. 17 years ago
Descriptors New unit tests and corresponding bug fixes. 17 years ago
FieldAccess The great generics revisiting. 17 years ago
Properties Autogeneration now hopefully close to correct. Library builds! (Not finished though...) 17 years ago
AbstractBuilder.cs The great generics revisiting. 17 years ago
AbstractMessage.cs The great generics revisiting. 17 years ago
ByteString.cs First unit test reading a complete message\! 17 years ago
CodedInputStream.cs The great generics revisiting. 17 years ago
CodedOutputStream.cs First unit test reading a complete message\! 17 years ago
DynamicMessage.cs The great generics revisiting. 17 years ago
ExtendableBuilder.cs The great generics revisiting. 17 years ago
ExtendableMessage.cs The great generics revisiting. 17 years ago
ExtensionInfo.cs Some work on AbstractBuilder, and complete implementation of UnknownField and UnknownFieldSet 17 years ago
ExtensionRegistry.cs The great generics revisiting. 17 years ago
FieldSet.cs The great generics revisiting. 17 years ago
GeneratedBuilder.cs The great generics revisiting. 17 years ago
GeneratedExtensionBase.cs The great generics revisiting. 17 years ago
GeneratedMessage.cs The great generics revisiting. 17 years ago
GeneratedRepeatException.cs The great generics revisiting. 17 years ago
GeneratedSingleExtension.cs The great generics revisiting. 17 years ago
IBuilder.cs The great generics revisiting. 17 years ago
IMessage.cs The great generics revisiting. 17 years ago
IRpcChannel.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 17 years ago
IRpcController.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 17 years ago
IService.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 17 years ago
InvalidProtocolBufferException.cs The great generics revisiting. 17 years ago
ProtocolBuffers.csproj Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
RpcUtil.cs The great generics revisiting. 17 years ago
TextFormat.cs The great generics revisiting. 17 years ago
TextGenerator.cs Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
UninitializedMessageException.cs More tests, and implementation of UninitializedMessageException description. 17 years ago
UnknownField.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 17 years ago
UnknownFieldSet.cs Gradually implementing FieldSet 17 years ago
WireFormat.cs Changed fixed size methods to return unsigned integers. Finished FieldSet. Introduced mapping from FieldType to WireType and MappedType. 17 years ago