Expand description

This module helps serde to serialize deserialize some fields as String

The reason this is added is that #[serde(with = "String")] does not work because Borsh also implements serialize and deserialize functions and compiler cannot distinguish them.

Functions