value
Encodes value.
Return
this writer.
Parameters
value
the literal string value, or null to encode a null literal.
Encodes value.
Return
this writer.
Encodes value.
Return
this writer.
Parameters
value
a finite value. May not be NaNs or infinities.
Writes source directly without encoding its contents. Equivalent to try
(BufferedSink sink = writer.valueSink()) { source.readAll(sink): }