Expand description
§Serialization Utilities
Contains helper modules for custom serde serialization and deserialization
logic for types used in DTOs.
Modules§
- URLSerialization
Helper - A helper module for serializing and deserializing
url::Urlwithserde. This is used in DTOs where aUrlfield needs to be serialized to a string.