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: Json

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

Functions

Link copied to clipboard

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

Link copied to clipboard

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