OpenApiJsonSerializer

Overview

Location


 

constructor

 

constructor(destination: Stream)

 

OpenApiJsonSerializer(Stream destination)

 

Sub New(destination As Stream)

Parameters:

  • destination:

Begin

 

method Begin

 

void Begin()

 

Sub Begin()

BeginList

 

method BeginList(name: String)

 

void BeginList(String name)

 

Sub BeginList(name As String)

Parameters:

  • name:

BeginListItem

 

method BeginListItem

 

void BeginListItem()

 

Sub BeginListItem()

BeginSection

 

method BeginSection(name: String)

 

void BeginSection(String name)

 

Sub BeginSection(name As String)

Parameters:

  • name:

ContentType

 

property ContentType: String read;

 

String ContentType { get; }

 

ReadOnly Property ContentType() As String

End

 

method End

 

void End()

 

Sub End()

EndElementGroup

 

method EndElementGroup(bracket: String)

 

void EndElementGroup(String bracket)

 

Sub EndElementGroup(bracket As String)

Parameters:

  • bracket:

EndList

 

method EndList

 

void EndList()

 

Sub EndList()

EndListItem

 

method EndListItem

 

void EndListItem()

 

Sub EndListItem()

EndSection

 

method EndSection

 

void EndSection()

 

Sub EndSection()

WriteBoolean

 

method WriteBoolean(name: String; value: Boolean)

 

void WriteBoolean(String name, Boolean value)

 

Sub WriteBoolean(name As String, value As Boolean)

Parameters:

  • name:
  • value:

WriteListItem

 

method WriteListItem(value: String)

 

void WriteListItem(String value)

 

Sub WriteListItem(value As String)

Parameters:

  • value:

WriteString

 

method WriteString(name: String; value: String)

 

void WriteString(String name, String value)

 

Sub WriteString(name As String, value As String)

Parameters:

  • name:
  • value:

 

ContentType

 

property ContentType: String read;

 

String ContentType { get; }

 

ReadOnly Property ContentType() As String

 

constructor

 

constructor(destination: Stream)

 

OpenApiJsonSerializer(Stream destination)

 

Sub New(destination As Stream)

Parameters:

  • destination:

Begin

 

method Begin

 

void Begin()

 

Sub Begin()

BeginList

 

method BeginList(name: String)

 

void BeginList(String name)

 

Sub BeginList(name As String)

Parameters:

  • name:

BeginListItem

 

method BeginListItem

 

void BeginListItem()

 

Sub BeginListItem()

BeginSection

 

method BeginSection(name: String)

 

void BeginSection(String name)

 

Sub BeginSection(name As String)

Parameters:

  • name:

End

 

method End

 

void End()

 

Sub End()

EndElementGroup

 

method EndElementGroup(bracket: String)

 

void EndElementGroup(String bracket)

 

Sub EndElementGroup(bracket As String)

Parameters:

  • bracket:

EndList

 

method EndList

 

void EndList()

 

Sub EndList()

EndListItem

 

method EndListItem

 

void EndListItem()

 

Sub EndListItem()

EndSection

 

method EndSection

 

void EndSection()

 

Sub EndSection()

WriteBoolean

 

method WriteBoolean(name: String; value: Boolean)

 

void WriteBoolean(String name, Boolean value)

 

Sub WriteBoolean(name As String, value As Boolean)

Parameters:

  • name:
  • value:

WriteListItem

 

method WriteListItem(value: String)

 

void WriteListItem(String value)

 

Sub WriteListItem(value As String)

Parameters:

  • value:

WriteString

 

method WriteString(name: String; value: String)

 

void WriteString(String name, String value)

 

Sub WriteString(name As String, value As String)

Parameters:

  • name:
  • value: