public class JsonOutput extends XmlSerialization
| 构造器 | 说明 |
|---|---|
JsonOutput() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
appendToXml(com.obs.services.internal.xml.OBSXMLBuilder xmlBuilder) |
Formats the output settings into the XML request
|
JsonOutput |
withRecordDelimiter(char recordDelimiter) |
The character used to separate individual records
Default is newline (\n)
|
charToStringpublic JsonOutput withRecordDelimiter(char recordDelimiter)
recordDelimiter - Record separatorpublic void appendToXml(com.obs.services.internal.xml.OBSXMLBuilder xmlBuilder)
xmlBuilder - The xml serializerCopyright © 2025. All rights reserved.