Quote:
Originally Posted by oblivion742 [Only registered and activated users can see links. Click Here To Register...]
Code:Player p = Serialize.load(serializedSave);
Account transfer = new Account(); // empty account
transfer.setEquivalentField(p.getEquivalentVar()); // do this again for every single thing that needs xfering
Json.save(transfer);
