encodeToString
Encodes properties from given value to a string using serializer for reified type T and returns this string. Converts all primitive types to String using toString method. null values are omitted from the output.
Encodes properties from given value to a string using serializer for reified type T and returns this string. Converts all primitive types to String using toString method. null values are omitted from the output.