我知道如何使用序列化通过网络发送对象。我的代码基本上通过客户端套接字使用输入和输出流。
例如:
•服务器发送对象
•after sending :shutdown output for client socket
•客户端读取对象
•after reading :shutdown input for client socket
•客户端发送数据
•after sending :shout down output
•服务器读取对象
•after reading : shutdown input
•服务器发送-------不能因为客户端套接字关闭输出通道让客户端发送对象....
我使用shutdown时的核心问题,我希望能够再次读取或写入。我不能再读或写,所以我怎样才能重新打开它?
是否有使用序列化的简单解决方案?