This is a draft to add essential support for async serializers. Like Django's async support, I have added "a" as a prefix to methods that needs to be async. e.g. "save", "create", "update" and "ato_representation". The typical non-async methods still work as usual.
This is a draft to add essential support for async serializers. Like Django's async support, I have added "a" as a prefix to methods that needs to be async. e.g. "save", "create", "update" and "ato_representation". The typical non-async methods still work as usual.