googleapis / googleapis/google-cloud-swift
sidekick: generated code uses ProtoJSON for serialization / deserialization
Open
- Dominant language
- Swift
- Stars
- 26
- Forks
- 10
- Avg merge
- 12h 56m
- Merged PRs (30d)
- 211
Description
As we all know, ProtoJSON != JSON. We need to design an approach to serialize and deserialize the generated types to and from ProtoJSON.
This maybe in the form of a new set of protocols they implement (not `Encodable`). Or maybe they use custom encoders and decoders.
Part of the work will be in the generator, to use these protocols or custom encoders, part of the work will be in gax.
Contributor guide
Assessment
This issue has not been assessed yet.