krossbow
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
krossbow
krossbow-stomp-core
/
org.hildan.krossbow.stomp.conversions.text
/
TextMessageConverter
/
convertToString
convert
To
String
abstract
fun
<
T
>
convertToString
(
value
:
T
,
type
:
KTypeRef
<
T
>
)
:
String
Converts the given
value
object into a string based on the specified static
type
.