1. Serialize/deserialize using the provided serializer/deserializer 2. Keep in mind the async version 3. Keep in mind the content type ### Serialization https://github.com/kpn/combadge/blob/8b60b1bd845d7b7233aa9ba2d3986b9906b478a5/combadge/support/httpx/backends/sync.py#L50 https://github.com/kpn/combadge/blob/8b60b1bd845d7b7233aa9ba2d3986b9906b478a5/combadge/support/httpx/backends/async_.py#L50 ### Related - #19 - #126 - #143
Serialization
combadge/combadge/support/httpx/backends/sync.py
Line 50 in 8b60b1b
combadge/combadge/support/httpx/backends/async_.py
Line 50 in 8b60b1b
Related
FieldandFormFieldalso serialise value? #143