Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
data class RefCountedObjectProfile(val uniqueId: String, val timestampCreated: Long, val strongReferences: Int = 0, val serializedReferences: Int = 0)

Profile info of a reference-counted stored object.

Link copied to clipboard
sealed class Result<out T>
Link copied to clipboard
actual class UUID
expect class UUID
actual class UUID

Functions

Link copied to clipboard
fun fromJsonObject(json: JsonObject): Map<String, Any?>
Link copied to clipboard
fun JsonElement.unwrapJson(): Any?