Sending Serializable Object Data to Standard Out
I can’t really think of a good reason why you’d want t send object data to std out (System.out), but I recently had a project requirement that a parent process read the output from a child process. The child process output was complex, so I wondered if I could send it as object data instead …
Sending Serializable Object Data to Standard Out Read More »