public class KryoSerialize extends Object implements NettyTransferSerialize
| 构造器和说明 |
|---|
KryoSerialize(com.esotericsoftware.kryo.pool.KryoPool pool) |
public void serialize(OutputStream output, Object object) throws IOException
NettyTransferSerializeserialize 在接口中 NettyTransferSerializeoutput - OutputStreamobject - 对象IOException - io异常public Object deserialize(InputStream input) throws IOException
NettyTransferSerializedeserialize 在接口中 NettyTransferSerializeinput - 输出流IOException - io异常Copyright © 2019 dromara. All rights reserved.