I removed ``` #[serde_as(deserialize_as = "DefaultOnNull")] ``` from each String type in the structure and appended ``` #[apply( String => #[serde_as(deserialize_as = "DefaultOnNull")] )] ``` but it doesn't seem to be working correctly for String types.
I removed
from each String type in the structure and appended
but it doesn't seem to be working correctly for String types.