NullableStringSerializer
object NullableStringSerializer : <ERROR CLASS> ERROR CLASS: Symbol not found for KSerializer<kotlin/String?>(source)
Convenience serializer for nullable String fields that combines ACCEPT_EMPTY_STRING_AS_NULL_OBJECT with null passthrough. An empty JSON string ("") or JSON null is decoded as null.
Usage: