Recently started using gRPC -Protobuf so the question might be asked earlier as well. Sorry if im repeating it here.
I have to convert one protobuf object to another protobuf object in Java. Basically response construction. In normal Java world, we can have copy constructor or BeanUtils copy properties to copy the nested set of objects to destination. Similar to that Do i have any way to convert one builder object of a protobuf to another builder object generated from protobuf file. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/d3acec84-af78-4757-bb82-75e48b7ad3fen%40googlegroups.com.
