Package io.avaje.jsonb.spi
Interface BytesJsonWriter
-
- All Superinterfaces:
AutoCloseable
,Closeable
,Flushable
,JsonWriter
public interface BytesJsonWriter extends JsonWriter
JsonWriter optimised for returning json as byte array.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
result()
Return the json result as byte array.-
Methods inherited from interface io.avaje.jsonb.JsonWriter
allNames, beginArray, beginObject, close, emptyArray, endArray, endObject, flush, jsonValue, markIncomplete, name, name, names, nullValue, path, pretty, rawValue, serializeEmpty, serializeEmpty, serializeNulls, serializeNulls, unwrap, value, value, value, value, value, value, value, value, value, value, value, value, writeNewLine
-
-