public class MapDataTypeKryoSerializer
extends com.esotericsoftware.kryo.Serializer<T>
| Constructor and Description |
|---|
MapDataTypeKryoSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.runtime.core.internal.metadata.DefaultMapDataType |
createDataType(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<?> type,
String mimeType) |
T |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<T> clazz) |
protected org.mule.runtime.api.metadata.DataType |
readDataType(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.mule.runtime.core.internal.metadata.DefaultMapDataType object) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.mule.runtime.core.internal.metadata.DefaultMapDataType object)
protected org.mule.runtime.core.internal.metadata.DefaultMapDataType createDataType(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<?> type,
String mimeType)
public T read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<T> clazz)
read in class com.esotericsoftware.kryo.Serializer<T extends org.mule.runtime.core.internal.metadata.SimpleDataType>protected org.mule.runtime.api.metadata.DataType readDataType(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input)
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.