Vibe.d expects the toString/fromString to be present for it to
correctly serialize and deserialize a type.
This allows to use this type as parameter in vibe.web.rest methods,
or use it with Vibe.d's serialization module.
This function does more extensive validation of the input than the
constructor and can be given user input.
Support deserialization
Vibe.d expects the toString/fromString to be present for it to correctly serialize and deserialize a type. This allows to use this type as parameter in vibe.web.rest methods, or use it with Vibe.d's serialization module. This function does more extensive validation of the input than the constructor and can be given user input.