What's the simplest way to turn an Int into a seri...
# serialization
d
What's the simplest way to turn an Int into a serializable value class if I have a function with a reified parameter? I'd really like to avoid having to specify the constructor of the value class in the function's parameter, and just rely on the return type to make it... and I don't really want to use reflection...