TransEncodingConfig

final case class TransEncodingConfig(maxBufferSize: Int, allowBufferCaching: Boolean, compressFloatingPointValues: Boolean, maxArrayLength: Long, maxMapLength: Long, maxNestingLevels: Int) extends TransEncodingConfig with Config
Value parameters:
compressFloatingPointValues

set to false in order to always write floats as 32-bit values and doubles as 64-bit values, even if they could safely be represented with fewer bits

maxArrayLength

the maximum array length to accept

maxBufferSize

the max number of transcoding elements (not bytes!) that can be buffered

maxMapLength

the maximum map length to accept

maxNestingLevels

the maximum number of nesting levels to accept

Companion:
object
trait Serializable
trait Product
trait Equals
trait Config
trait Config
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product