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 cabd06d12f More tests, and implementation of UninitializedMessageException description. 17 years ago
..
Collections Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
DescriptorProtos More tests, and implementation of UninitializedMessageException description. 17 years ago
Descriptors New unit tests and corresponding bug fixes. 17 years ago
FieldAccess Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
Properties Autogeneration now hopefully close to correct. Library builds! (Not finished though...) 17 years ago
AbstractBuilder.cs More tests, and implementation of UninitializedMessageException description. 17 years ago
AbstractMessage.cs Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
ByteString.cs First unit test reading a complete message\! 17 years ago
CodedInputStream.cs First unit test reading a complete message\! 17 years ago
CodedOutputStream.cs First unit test reading a complete message\! 17 years ago
DynamicMessage.cs More tests, and implementation of UninitializedMessageException description. 17 years ago
ExtendableBuilder.cs More tests, more fixes. 17 years ago
ExtendableMessage.cs Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
ExtensionInfo.cs Some work on AbstractBuilder, and complete implementation of UnknownField and UnknownFieldSet 17 years ago
ExtensionRegistry.cs Implemented GeneratedExtension, although list handling may be incorrect. 17 years ago
FieldSet.cs New unit tests and corresponding bug fixes. 17 years ago
GeneratedBuilder.cs More tests, and implementation of UninitializedMessageException description. 17 years ago
GeneratedExtensionBase.cs Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
GeneratedMessage.cs Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
GeneratedRepeatException.cs Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
GeneratedSingleExtension.cs Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
IBuilder.cs More tests, and implementation of UninitializedMessageException description. 17 years ago
IMessage.cs Field accessor implementations complete (hopefully) 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 Autogeneration now hopefully close to correct. Library builds! (Not finished though...) 17 years ago
ProtocolBuffers.csproj Added DynamicMessage and ExtendableBuilder, along with the first supporting tests. 17 years ago
RpcUtil.cs Initial support for services and extensions. Incomplete, but enough to get generated unit test files to compile. 17 years ago
TextFormat.cs First unit test reading a complete message\! 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