grpc-node icon indicating copy to clipboard operation
grpc-node copied to clipboard

proto-loader: Output functions to serialize and deserialize messages

Open murgatroid99 opened this issue 6 months ago • 0 comments

This implements the change described in https://github.com/grpc/proposal/pull/503 for both the runtime generator and the TypeScript generator. This doesn't add any types to the API, it just makes the serialize and deserialize functions more generally usable. It breaks the API by changing the MessageTypeDefinition type signature, so I bumped the version.

murgatroid99 avatar Jun 26 '25 22:06 murgatroid99