Hi, Is it possible to new an object without invoking any constructor? I know the question is a bit weird. What I want is to create an object with all null/default value for its fields. Reseting all fields to null by reflection is a possible solution, but is there any existing special method (no matter it's low level or Harmony specific) which can achieve this goal? Thanks!
-- Best regards, Andrew Zhang http://zhanghuangzhu.blogspot.com/
