public class InputStreamKryoSerializer extends com.esotericsoftware.kryo.Serializer<InputStream>
Kryo Serializer which handles instances of InputStream.
This serializer doesn't guarantee that the deserialized streams are of the same type as the serialized ones. It only guarantees that the content is the same.
| Constructor and Description |
|---|
InputStreamKryoSerializer() |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<InputStream> type) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
InputStream in) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
InputStream in)
write in class com.esotericsoftware.kryo.Serializer<InputStream>public InputStream read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<InputStream> type)
read in class com.esotericsoftware.kryo.Serializer<InputStream>Copyright © 2019 MuleSoft, Inc.. All rights reserved.