Is there any standard way for serialization and deserialization data for gRPC transfer in Python? Something like Django REST framework for gRPC?
We store data in MongoDB, and what we need is to validate inputs coming from gRPC in some efficient way. And also neatly serialize data for transfer in the opposite direction.