Writing an unmarshaller by hand
An example of code generation at code-time
In this blog we will write a small unmarshaller by hand at code-time and measure its performance. This blog is part 1 of 4, the series consists of the following posts: Writing an unmarshaller by hand Constructing an unmarshaller using reflection (to be written) Generating an unmarshaller using annotations (to...
[Read More]