All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.avaje.json.stream.BytesJsonWriter Maven / Gradle / Ivy

There is a newer version: 3.0-RC5
Show newest version
package io.avaje.json.stream;

import io.avaje.json.JsonWriter;

/**
 * JsonWriter optimised for returning json as byte array.
 */
public interface BytesJsonWriter extends JsonWriter {

  /**
   * Return the json result as byte array.
   */
  byte[] result();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy