TireTreadConfig

@Serializable
class TireTreadConfig

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Creates a TireTreadConfig from JSON string.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Creates a deep copy of this TireTreadConfig instance. This ensures that modifications to the returned config do not affect the original. Uses JSON serialization internally for deep copying.

Link copied to clipboard
fun toJson(): String

Serializes this config to JSON string. This is the primary method used internally and externally for cross-platform compatibility.