Description
Optimize generated write() and readFields() methods, so that they do not have to create BinaryOutputArchive or BinaryInputArchive every time these methods are called on a record. These will be done via static ThreadLocal variable in Binary Archives.