IOpenApiSerializer
Overview
Location
- Reference: RemObjects.SDK.Server.dll
- Namespace: RemObjects.SDK.Server.HttpApi
- Platforms: .NET Core, .NET Framework, .NET Standard
Begin
method Begin
void Begin()
func Begin()
Sub Begin()
BeginList
method BeginList(name: String)
void BeginList(String name)
func BeginList(_ name: String)
Sub BeginList(name As String)
Parameters:
- name:
BeginListItem
method BeginListItem
void BeginListItem()
func BeginListItem()
Sub BeginListItem()
BeginSection
method BeginSection(name: String)
void BeginSection(String name)
func BeginSection(_ name: String)
Sub BeginSection(name As String)
Parameters:
- name:
ContentType
property ContentType: String read;
String ContentType { get; }
var ContentType: String { get{} }
ReadOnly Property ContentType() As String
End
method End
void End()
func End()
Sub End()
EndList
method EndList
void EndList()
func EndList()
Sub EndList()
EndListItem
method EndListItem
void EndListItem()
func EndListItem()
Sub EndListItem()
EndSection
method EndSection
void EndSection()
func EndSection()
Sub EndSection()
WriteBoolean
method WriteBoolean(name: String; value: Boolean)
void WriteBoolean(String name, Boolean value)
func WriteBoolean(_ name: String, _ value: Boolean)
Sub WriteBoolean(name As String, value As Boolean)
Parameters:
- name:
- value:
WriteListItem
method WriteListItem(value: String)
void WriteListItem(String value)
func WriteListItem(_ value: String)
Sub WriteListItem(value As String)
Parameters:
- value:
WriteString
method WriteString(name: String; value: String)
void WriteString(String name, String value)
func WriteString(_ name: String, _ value: String)
Sub WriteString(name As String, value As String)
Parameters:
- name:
- value:
ContentType
property ContentType: String read;
String ContentType { get; }
var ContentType: String { get{} }
ReadOnly Property ContentType() As String
Begin
method Begin
void Begin()
func Begin()
Sub Begin()
BeginList
method BeginList(name: String)
void BeginList(String name)
func BeginList(_ name: String)
Sub BeginList(name As String)
Parameters:
- name:
BeginListItem
method BeginListItem
void BeginListItem()
func BeginListItem()
Sub BeginListItem()
BeginSection
method BeginSection(name: String)
void BeginSection(String name)
func BeginSection(_ name: String)
Sub BeginSection(name As String)
Parameters:
- name:
End
method End
void End()
func End()
Sub End()
EndList
method EndList
void EndList()
func EndList()
Sub EndList()
EndListItem
method EndListItem
void EndListItem()
func EndListItem()
Sub EndListItem()
EndSection
method EndSection
void EndSection()
func EndSection()
Sub EndSection()
WriteBoolean
method WriteBoolean(name: String; value: Boolean)
void WriteBoolean(String name, Boolean value)
func WriteBoolean(_ name: String, _ value: Boolean)
Sub WriteBoolean(name As String, value As Boolean)
Parameters:
- name:
- value:
WriteListItem
method WriteListItem(value: String)
void WriteListItem(String value)
func WriteListItem(_ value: String)
Sub WriteListItem(value As String)
Parameters:
- value:
WriteString
method WriteString(name: String; value: String)
void WriteString(String name, String value)
func WriteString(_ name: String, _ value: String)
Sub WriteString(name As String, value As String)
Parameters:
- name:
- value: