I have a class which has not default constructor. And I need a way to get blank instance of this class. blank means that after instantiation all class fields should has default values like null, 0 etc.
我 asking问,因为我需要能够把大树的物体连成序列/代谢。 我无法获得这些物体的种类和种类的源头,既没有违约的构造,也无法执行序列。 试图将这种结构序列化的做法可能并不好,但另一种办法是将其转换成更易于序列的。