TranslatedSchema
class TranslatedSchema<T : Any, U : Any>(val baseSchema: FateSchema<U>, val toBase: (T) -> U) : FateSchema<T>
A schema for converting objects of type T to another type U during serialization.
A schema for converting objects of type T to another type U during serialization.