Crate nova_serde

Source
Expand description

nova_serde - serde integration

`nova_serde`
├── request
└── response

request - integration of serde for Nova Request body response - integration of serde for Nova Response body

Modules§

request
serde integration for request
response
serde integration for response

Traits§

Deserialize
A data structure that can be deserialized from any data format supported by Serde.
Serialize
A data structure that can be serialized into any data format supported by Serde.