encodeToString
open override fun <T> encodeToString(serializer: SerializationStrategy<T>, value: T): String(source)
Encodes properties from the given value to a properties String using the given serializer. null values are omitted from the output.