public class SerializableLazyValueSerializer
extends com.esotericsoftware.kryo.Serializer<org.mule.runtime.api.util.SerializableLazyValue>
SerializableLazyValue instances.
While serializing, if the value was not yet resolved, it will be. As a consequence, LazyValue.isComputed()
will return different values before and after serialization.| Constructor and Description |
|---|
SerializableLazyValueSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.util.SerializableLazyValue |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.mule.runtime.api.util.SerializableLazyValue> aClass) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.mule.runtime.api.util.SerializableLazyValue lazyValue) |
public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.mule.runtime.api.util.SerializableLazyValue lazyValue)
write in class com.esotericsoftware.kryo.Serializer<org.mule.runtime.api.util.SerializableLazyValue>public org.mule.runtime.api.util.SerializableLazyValue read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.mule.runtime.api.util.SerializableLazyValue> aClass)
read in class com.esotericsoftware.kryo.Serializer<org.mule.runtime.api.util.SerializableLazyValue>Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.