almondtools / testrecorder

Create Test Fixtures from Runnable Java Code
http://testrecorder.amygdalum.net/
GNU Lesser General Public License v3.0
51 stars 5 forks source link

Consider other serialization/instrumentation libraries #26

Closed almondtools closed 7 years ago

almondtools commented 7 years ago

At this time testrecorder has its own serialization/deserialization framework. It should be checked whether a more highlevel instrumentation (like ByteBuddy) or a more generic object construction (like Objenesis) will make the whole framework more stable.

almondtools commented 7 years ago

For the present we will keep the instrumentation library ASM, maybe updating it to the next version. This keeps the application footprint smaller.