Pipeline#
A sequence of steps used to serialize and deserialize response objects. |
|
Generic class to wrap serialization steps with consistent |
- class requests_cache.serializers.pipeline.SerializerPipeline(stages)[source]#
Bases:
objectA sequence of steps used to serialize and deserialize response objects. This can be initialized with
Stageobjects, or any objects withdumps()andloads()methods- Parameters
stages (
List) –