Sending objects through socket streams
Trying to write a program that will allow clients to send an object to each other. I’m currently using the ObjectOuptutStream to send it across sockets and whenever I try to read or write an object …
Online Free Tutorials Guruji Guide & Materials – Solved Questions Answers
Trying to write a program that will allow clients to send an object to each other. I’m currently using the ObjectOuptutStream to send it across sockets and whenever I try to read or write an object …
im a beginner at java and android, i get the follow: “java.io.StreamCorruptedException: Wrong format: 0” when i try to read back the object. but i only get it on lollipop and marshmallow devices, …