要执行反序列化,我需要一个ObjectInputStream。但是我们只使用AsynchronousSocketChannel,不能将其转换为ObjectInputStream。我能做什么? 最佳答案 您可以通过AsynchronousSocketChannel将InputStream转换为Channels.newInputStream(channel)。