SerializablePath

@Serializable
value class SerializablePath(val backend: String) : Path

Serializable Path implementation that wraps a backend object.

Constructors

Link copied to clipboard
constructor(backend: String)

Properties

Link copied to clipboard