-
Deprecated MethodsMethodDescriptionUnknownFieldSet now implements MessageLite, so you can just call
CodedOutputStream.computeGroupSize(int, com.google.protobuf.MessageLite)
.UnknownFieldSet now implements MessageLite, so you can just callCodedOutputStream.computeUnknownGroupSizeNoTag(com.google.protobuf.MessageLite)
.UnknownFieldSet now implements MessageLite, so you can just callCodedOutputStream.writeGroup(int, com.google.protobuf.MessageLite)
.UnknownFieldSet now implements MessageLite, so you can just callCodedOutputStream.writeGroupNoTag(com.google.protobuf.MessageLite)
.
CodedInputStream.readGroup(int, com.google.protobuf.MessageLite.Builder, com.google.protobuf.ExtensionRegistryLite)
.