IMGLYJsonWriter

object IMGLYJsonWriter
object IMGLYJsonWriter

Functions

dataToJson
Link copied to clipboard
fun dataToJson(data: Any?): Any?
fun dataToJson(data: Any?): Any?
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
open override fun toString(): String
writerJson
Link copied to clipboard
fun writerJson(data: Map<String, Any?>, output: File): <ERROR CLASS>
fun writerJson(data: Map<String, Any?>, output: OutputStream): <ERROR CLASS>
fun writerJson(data: Map<String, Any?>, output: Writer)
fun writerJson(data: Map<String, Any?>, output: File): <ERROR CLASS>
fun writerJson(data: Map<String, Any?>, output: OutputStream): <ERROR CLASS>
fun writerJson(data: Map<String, Any?>, output: Writer)
writerJsonAsByteArray
Link copied to clipboard
fun writerJsonAsByteArray(data: Map<String, Any?>): ByteArray
fun writerJsonAsByteArray(data: Map<String, Any?>): ByteArray
writerJsonAsString
Link copied to clipboard
fun writerJsonAsString(data: Map<String, Any?>): String
fun writerJsonAsString(data: Map<String, Any?>): String