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§
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.