public final class BooleanBinding extends ComparableBinding
ComparableBinding| Modifier and Type | Field and Description |
|---|---|
static BooleanBinding |
BINDING |
| Modifier and Type | Method and Description |
|---|---|
static ArrayByteIterable |
booleanToEntry(boolean object)
Serializes
boolean value to the ArrayByteIterable entry. |
static boolean |
entryToBoolean(@NotNull ByteIterable entry)
De-serializes ByteIterable entry to a
boolean value. |
java.lang.Boolean |
readObject(@NotNull java.io.ByteArrayInputStream stream) |
void |
writeObject(@NotNull LightOutputStream output,
@NotNull java.lang.Comparable object) |
entryToObject, objectToEntrypublic static final BooleanBinding BINDING
public java.lang.Boolean readObject(@NotNull
@NotNull java.io.ByteArrayInputStream stream)
readObject in class ComparableBindingpublic void writeObject(@NotNull
@NotNull LightOutputStream output,
@NotNull
@NotNull java.lang.Comparable object)
writeObject in class ComparableBindingpublic static boolean entryToBoolean(@NotNull
@NotNull ByteIterable entry)
boolean value.entry - ByteIterable instancepublic static ArrayByteIterable booleanToEntry(boolean object)
boolean value to the ArrayByteIterable entry.object - value to serialize