kolasu
1.6.0-RC1-observers-SNAPSHOT
jvm
core
/
com.strumenta.kolasu.serialization
/
JsonGenerator
/
generateJSONWithStreaming
generate
JSONWith
Streaming
fun
generateJSONWithStreaming
(
result
:
Result
<
out
Node
>
,
writer
:
JsonWriter
,
shortClassNames
:
Boolean
=
false
)
Converts "results" to JSON format.
fun
generateJSONWithStreaming
(
root
:
Node
,
writer
:
JsonWriter
,
shortClassNames
:
Boolean
=
false
)