public class BatchEventSerializer extends com.esotericsoftware.kryo.Serializer<BatchEvent>
| Constructor and Description |
|---|
BatchEventSerializer(com.esotericsoftware.kryo.Kryo kryo) |
| Modifier and Type | Method and Description |
|---|---|
BatchEventWithSecurity |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<BatchEvent> type) |
static void |
setLegacyBatchEventSerializer() |
static void |
unsetLegacyBatchEventSerializer() |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
BatchEvent event) |
public BatchEventSerializer(com.esotericsoftware.kryo.Kryo kryo)
public static void setLegacyBatchEventSerializer()
public static void unsetLegacyBatchEventSerializer()
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
BatchEvent event)
write in class com.esotericsoftware.kryo.Serializer<BatchEvent>public BatchEventWithSecurity read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<BatchEvent> type)
read in class com.esotericsoftware.kryo.Serializer<BatchEvent>Copyright © 2006–2024 MuleSoft, Inc.. All rights reserved.