Companion

object Companion

Functions

Link copied to clipboard
fun readFromString(objectString: String): WebId

Deserializes a WebId from a JSON string produced by writeToString.

Link copied to clipboard
fun writeToString(webId: WebId?): String?

Serializes webId to a compact JSON string for local storage. Returns null if webId is null.