encodeToStringMap
inline fun <T> Properties.encodeToStringMap(value: T): Map<String, String>
Content copied to clipboard
Encodes properties from given value to a map using serializer for reified type T and returns this map. Converts all primitive types to String using toString method. null
values are omitted from the output.