public class WireSerializedLambda extends Object implements ReadMarshallable, net.openhft.chronicle.core.util.ReadResolvable
DISCARD| Constructor and Description |
|---|
WireSerializedLambda() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isSerializableLambda(@NotNull Class clazz) |
void |
readMarshallable(@NotNull WireIn wire)
Straight line ordered decoding.
|
@NotNull Object |
readResolve() |
static <L> void |
write(L lambda,
@NotNull ValueOut valueOut) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunexpectedFieldpublic static boolean isSerializableLambda(@NotNull
@NotNull Class clazz)
public static <L> void write(@NotNull
L lambda,
@NotNull
@NotNull ValueOut valueOut)
public void readMarshallable(@NotNull
@NotNull WireIn wire)
throws IllegalStateException
ReadMarshallablereadMarshallable in interface ReadMarshallablewire - to read from in an ordered manner.IllegalStateException@NotNull public @NotNull Object readResolve()
readResolve in interface net.openhft.chronicle.core.util.ReadResolvableCopyright © 2023. All rights reserved.