python-betterproto/betterproto-extras/betterproto_extras.pyi
2023-08-26 21:04:30 +02:00

5 lines
203 B
Python

def deserialize(msg, data: bytes):
"""
Parses the binary encoded Protobuf `data` with respect to the metadata
given by the betterproto message `msg`, and merges the result into `msg`.
"""