Module Serialization

Module Serialization 

Source
Expand description

§Serialization Utilities

Contains helper modules for custom serde serialization and deserialization logic for types used in DTOs.

Modules§

URLSerializationHelper
A helper module for serializing and deserializing url::Url with serde. This is used in DTOs where a Url field needs to be serialized to a string.