Base64Serializer

constructor(converterFrom: (T) -> String, converterTo: (String) -> T)(source)

Parameters

converterFrom

Converts from type T to a string representation

converterTo

Converts from a string representation back to type T

Type Parameters

T

The type to serialize/deserialize