public class CursorStreamProviderKryoSerializer
extends com.esotericsoftware.kryo.Serializer<T>
Kryo Serializer for instances of CursorStreamProvider.| Constructor and Description |
|---|
CursorStreamProviderKryoSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.streaming.bytes.CursorStreamProvider |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.mule.runtime.api.streaming.bytes.CursorStreamProvider> type) |
protected byte[] |
readBytes(com.esotericsoftware.kryo.io.Input input)
Reads a
byte[] from the given input |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.mule.runtime.api.streaming.bytes.CursorStreamProvider provider) |
protected void |
writeStream(com.esotericsoftware.kryo.io.Output output,
InputStream in)
Writes the given
in into the serialization output |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.mule.runtime.api.streaming.bytes.CursorStreamProvider provider)
write in class com.esotericsoftware.kryo.Serializer<org.mule.runtime.api.streaming.bytes.CursorStreamProvider>public org.mule.runtime.api.streaming.bytes.CursorStreamProvider read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.mule.runtime.api.streaming.bytes.CursorStreamProvider> type)
read in class com.esotericsoftware.kryo.Serializer<org.mule.runtime.api.streaming.bytes.CursorStreamProvider>protected void writeStream(com.esotericsoftware.kryo.io.Output output,
InputStream in)
in into the serialization outputoutput - the serialization outputin - the stream to serializeprotected byte[] readBytes(com.esotericsoftware.kryo.io.Input input)
byte[] from the given inputinput - the serialization inputbyte[]Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.