public class TypedValueKryoSerializer
extends com.esotericsoftware.kryo.Serializer<T>
| Constructor and Description |
|---|
TypedValueKryoSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init(T object) |
org.mule.runtime.api.metadata.TypedValue |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.mule.runtime.api.metadata.TypedValue> type) |
void |
setMuleContext(org.mule.runtime.core.api.MuleContext context) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.mule.runtime.api.metadata.TypedValue object) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.mule.runtime.api.metadata.TypedValue object)
write in class com.esotericsoftware.kryo.Serializer<org.mule.runtime.api.metadata.TypedValue>public org.mule.runtime.api.metadata.TypedValue read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.mule.runtime.api.metadata.TypedValue> type)
read in class com.esotericsoftware.kryo.Serializer<org.mule.runtime.api.metadata.TypedValue>protected void init(T object)
public void setMuleContext(org.mule.runtime.core.api.MuleContext context)
setMuleContext in interface org.mule.runtime.core.api.context.MuleContextAwareCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.