WriterConfig

com.github.plokhotnyuk.jsoniter_scala.core.WriterConfig$
See theWriterConfig companion class
object WriterConfig extends WriterConfig

Attributes

Companion
class
Graph
Supertypes
class WriterConfig
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited methods

def withEscapeUnicode(escapeUnicode: Boolean): WriterConfig

Attributes

Inherited from:
WriterConfig
def withIndentionStep(indentionStep: Int): WriterConfig

Attributes

Inherited from:
WriterConfig
def withPreferredBufSize(preferredBufSize: Int): WriterConfig

Attributes

Inherited from:
WriterConfig
def withThrowWriterExceptionWithStackTrace(throwWriterExceptionWithStackTrace: Boolean): WriterConfig

Attributes

Inherited from:
WriterConfig

Inherited fields

val escapeUnicode: Boolean

Attributes

Inherited from:
WriterConfig
val indentionStep: Int

Attributes

Inherited from:
WriterConfig
val preferredBufSize: Int

Attributes

Inherited from:
WriterConfig

Attributes

Inherited from:
WriterConfig