How to clone an Object (NOT an SObject!) with apex? – salesforce.stackexchange.com 09:53 Posted by Unknown No Comments Assume there is a custom class foo: class foo { // ... some member variables here } and an instance of it foo fooInstance1 = new foo(); how to make an independent copy fooInstance2 and not only ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "How to clone an Object (NOT an SObject!) with apex? – salesforce.stackexchange.com"
Post a Comment