On Tue, Aug 17, 2021 at 3:48 PM Eric Blake wrote:
> On Tue, Aug 03, 2021 at 02:29:29PM -0400, John Snow wrote:
> > The Message class is here primarily to serve as a solid type to use for
> > mypy static typing for unambiguous annotation and documentation.
> >
> > We can also stuff JSON serializat
On Tue, Aug 03, 2021 at 02:29:29PM -0400, John Snow wrote:
> The Message class is here primarily to serve as a solid type to use for
> mypy static typing for unambiguous annotation and documentation.
>
> We can also stuff JSON serialization and deserialization into this class
> itself so it can be
The Message class is here primarily to serve as a solid type to use for
mypy static typing for unambiguous annotation and documentation.
We can also stuff JSON serialization and deserialization into this class
itself so it can be re-used even outside this infrastructure.
Signed-off-by: John Snow