TransEncodingConfig

io.bullet.borer.Json$.TransEncodingConfig
See theTransEncodingConfig companion object
final case class TransEncodingConfig(maxBufferSize: Int, allowBufferCaching: Boolean, compressFloatingPointValues: Boolean) extends TransEncodingConfig

Attributes

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

maxBufferSize

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

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product