标签: java serialization nio objectinputstream nio2
要执行反序列化,我需要一个ObjectInputStream。但我们只使用AsynchronousSocketChannel,但无法转换为ObjectInputStream。我该怎么办?
ObjectInputStream
AsynchronousSocketChannel
答案 0 :(得分:1)
您可以AsynchronousSocketChannel将InputStream转换为Channels.newInputStream(channel)。
InputStream
Channels.newInputStream(channel)