Hi,
I have been working on a java-grpc side-project & I have been stuck at a point. I have an variable of Struct(protobuf) type & now I want it to convert to Map<String, Object> since Jackson is unable to serialise a Struct(protobuf) type object.
I tried to search the web but it was all in vain, can anyone help how can I approach solving this problem?
Regards,
Kush