Package-level declarations

Types

Link copied to clipboard

Object containing the SerializersModules used by the web-renderer project.

Properties

Link copied to clipboard
val jsonFormat: ERROR CLASS: Unresolved name: Json

An instance of Json that can be used to serialize and deserialize some concentration classes using open polymorphism.

Functions

Link copied to clipboard
fun ERROR CLASS: Symbol not found for Json.decodeEnvironmentSurrogate(env: String): EnvironmentSurrogate<Any, PositionSurrogate>

Decode the JSON string to an EnvironmentSurrogate using the EnvironmentSurrogate.polymorphicSerializer to deserialize the concentrations.

Link copied to clipboard
inline fun <TS : Any, PS : PositionSurrogate> ERROR CLASS: Symbol not found for Json.encodeEnvironmentSurrogate(env: EnvironmentSurrogate<TS, PS>): String

Encode the EnvironmentSurrogate to a JSON string using the EnvironmentSurrogate.polymorphicSerializer to serialize the concentrations.