TomlNull

@Serializable(with = TomlNullSerializer::class)
object TomlNull : TomlElement(source)

Represents null.

Note: Currently encoded value can NOT be modified.

Properties

Link copied to clipboard
open override val content: Nothing?

The content of this TomlElement. Each subclass has its own implementation.

Functions

Link copied to clipboard
open override fun toString(): String

Gives a string representation of this TomlElement. Each subclass has its own implementation.

Link copied to clipboard

Convert this to TomlArray.

Link copied to clipboard

Convert this to TomlLiteral.

Link copied to clipboard

Convert this to TomlNull.

Link copied to clipboard

Convert this to TomlTable.