IOpenApiSerializer
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.HttpApi
- Ancestry: IOpenApiSerializer
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()
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
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()
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: