pyglove
pyglove copied to clipboard
Decouple JSON conversion and type conversion.
Decouple JSON conversion and type conversion.
- Removes the concept of json value converters, as it is no longer needed because the introduction of opaque object serialization.
- Accepts tuple as the value for the
dest
argument forpg.typing.get_converter
, and removepg.typing.get_first_applicable_converter
.