Saving and retrieving Java Objects to clipboard
I'm using a java function and I want to save Java hash maps and arrays to a tempPage on the clipboard so that they can then be retrieved and processed later.
I've never worked with Java objects in the clipboard. Can someone show me a short example of how to save and retrieve Java objects from the clipboard?
Does the tempPage class need to be something specific to use Java?