Package arc.util.serialization
Interface BaseJsonWriter
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
JsonWriter,JsonWriterBuilder,UBJsonWriter
-
Method Summary
Modifier and TypeMethodDescriptionarray()object()pop()voidsetOutputType(JsonWriter.OutputType outputType) voidsetQuoteLongValues(boolean quoteLongValues)
-
Method Details
-
setOutputType
-
setQuoteLongValues
void setQuoteLongValues(boolean quoteLongValues) -
name
- Throws:
IOException
-
object
- Throws:
IOException
-
array
- Throws:
IOException
-
value
- Throws:
IOException
-
object
- Throws:
IOException
-
array
- Throws:
IOException
-
set
- Throws:
IOException
-
pop
- Throws:
IOException
-