stencil icon indicating copy to clipboard operation
stencil copied to clipboard

client: java: add a generic serialzation api

Open rohilsurana opened this issue 3 years ago • 0 comments

Currently we only support parsing bytes to protobuf dynamic message We need a geneic serlization api that can help us do the reverse.

One idea is to use JSON as the intermeddiate format but it can have performance issues.

rohilsurana avatar Apr 13 '21 03:04 rohilsurana