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) |
public static boolean isSerializableLambda(Class clazz)
public static <Lambda> void write(Lambda lambda, ValueOut valueOut)
public void readMarshallable(WireIn wire) throws IllegalStateException
ReadMarshallable
readMarshallable
in interface ReadMarshallable
wire
- to read from in an ordered manner.IllegalStateException
- the stream wasn't ordered or formatted as expected.public Object readResolve()
readResolve
in interface net.openhft.chronicle.core.util.ReadResolvable
Copyright © 2015. All rights reserved.