Package arc.util.serialization
Interface BaseJsonWriter
- All Superinterfaces:
AutoCloseable
,Closeable
- All Known Implementing Classes:
JsonWriter
,UBJsonWriter
-
Method Summary
Modifier and TypeMethodDescriptionarray()
object()
pop()
void
setOutputType
(JsonWriter.OutputType outputType) void
setQuoteLongValues
(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
-