textSerializer.textSerializer

Returns a function that serializes data as text to an Appender, optionally separated by a given string. (community summary)

template textSerializer(string sep = "")
textSerializer
(
Appender
)
(
return Appender* appender
,
int serdeTarget = SerdeTarget.ion
)