SerializerOptions

data class SerializerOptions(val withJunk: Boolean = false)(source)

Options for the Serializer.

Constructors

Link copied to clipboard
constructor(withJunk: Boolean = false)

Properties

Link copied to clipboard

If true, serialized junk entries (unparseable content) in the output. Typically set to false for clean round-trip serialization.