AbstractStructureWriteJson Method |
Write the full json structure of the object to the argument writer.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public void WriteJson(
JsonWriter writer
)
Public Sub WriteJson (
writer As JsonWriter
)
Parameters
- writer
- Type: JsonWriter
The target writer.
See Also