You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2023/01/09 15:38:28 UTC

[GitHub] [airflow] bolkedebruin commented on pull request #28742: Fix serialize() usages in custom JSON encoders

bolkedebruin commented on PR #28742:
URL: https://github.com/apache/airflow/pull/28742#issuecomment-1375816271

   I'll have a look at this. However, serialize should return a dict that is able to be JSON-ized. But importantly do not put any serialization code in a class. Classes are slow unfortunately on the stack. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org