Deserialize protobuf json using DataContractSerializer

110 views Asked by At

I will give a shot asking here as seemingly simple question but hard to find answer.. maybe for some people this is a common sense..

When one microservice uses Protobuf to build classes and serialize in json, can another microservice deserialize this json format using classic DataContract Deserializer?

0

There are 0 answers