Hi, I have this class structure,
Method 1 in sample is referenced to method 1 in MethodList.
When serialize Config class to XML text, and read it back, method 1 in Sample is independent from method 1 in methodList,
One way I can come up with is after reading, check if equal, redo the reference.
But is there better way to resolve this problem?
Config
--Sample
----Method1
--MethodList
----Method1
----Method2
Thanks
Method 1 in sample is referenced to method 1 in MethodList.
When serialize Config class to XML text, and read it back, method 1 in Sample is independent from method 1 in methodList,
One way I can come up with is after reading, check if equal, redo the reference.
But is there better way to resolve this problem?
Config
--Sample
----Method1
--MethodList
----Method1
----Method2
Thanks