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(Class clazz) |
void |
readMarshallable(WireIn wire)
Straight line ordered decoding.
|
Object |
readResolve() |
static <Lambda> void |
write(Lambda lambda,
ValueOut valueOut) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitunexpectedFieldpublic static boolean isSerializableLambda(@NotNull
Class clazz)
public static <Lambda> void write(@NotNull
Lambda lambda,
@NotNull
ValueOut valueOut)
public void readMarshallable(@NotNull
WireIn wire)
throws IllegalStateException
ReadMarshallablereadMarshallable in interface ReadMarshallablewire - to read from in an ordered manner.IllegalStateException@NotNull public Object readResolve()
readResolve in interface net.openhft.chronicle.core.util.ReadResolvableCopyright © 2018. All rights reserved.