Package-level declarations
Types
A small adapter that bridges Kotlinx Serialization with Boomerang.
Kotlinx Serialization decoder that reads values from a Boomerang.
Kotlinx Serialization encoder that writes values into a Boomerang.
Properties
Functions
Extension function for BoomerangStore that retrieves and deserializes an object of type T.
Extension function for Boomerang that retrieves and deserializes an object of type T with the specified key.
Extension function for BoomerangStore that retrieves and deserializes an object of type T with the specified key.
Creates a BoomerangCatcher that deserializes the caught boomerang into an object of type T using Kotlinx Serialization.
Extension function for BoomerangStore that stores a serializable object of type T.
Extension function for BoomerangStore that stores a serializable object of type T with the specified key.