Generic Converter
I really don’t like the idea of having to write a whole new class whenever I need a new converter – it seems a little redundant. So in this post I will show a method to pass the class writing job over to the compiler, which lets you focus on the function on a converter.