Package-level declarations
Types
Link copied to clipboard
object SerializationModules
Object containing the SerializersModules used by the web-renderer project.
Properties
Functions
Link copied to clipboard
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> Json.encodeEnvironmentSurrogate(env: EnvironmentSurrogate<TS, PS>): String
Encode the EnvironmentSurrogate to a JSON string using the EnvironmentSurrogate.polymorphicSerializer to serialize the concentrations.