Open markdoerr opened 2 years ago
Hi
We are maintening: https://github.com/socotecio/django-socio-grpc/ that has a different way of generating proto using serializers and services. We are supporting JSONField and other complex fields.
If you want to try it and give us a feedback it would be great.
Dear developers,
JSON de-serialization fails with the following Error:
What is missing to support JSONField serialization / deserialization ?
To reproduce the Error:
I have a django (4.0.3) model with a JSON field:
My serializer.py looks like this:
The auto generated protofile file (I used the django framework proto generator) my_data.proto:
My service description - services.py :
And finally the client: data_grpc_client.py: