public class NullableBooleanStateSerializer extends Object implements AccumulatorStateSerializer<NullableBooleanState>
| Constructor and Description |
|---|
NullableBooleanStateSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
deserialize(Block block,
int index,
NullableBooleanState state) |
Type |
getSerializedType() |
void |
serialize(NullableBooleanState state,
BlockBuilder out) |
public Type getSerializedType()
getSerializedType in interface AccumulatorStateSerializer<NullableBooleanState>public void serialize(NullableBooleanState state, BlockBuilder out)
serialize in interface AccumulatorStateSerializer<NullableBooleanState>public void deserialize(Block block, int index, NullableBooleanState state)
deserialize in interface AccumulatorStateSerializer<NullableBooleanState>Copyright © 2012–2019. All rights reserved.