public interface NodeDecoder<F>
| Modifier and Type | Interface and Description |
|---|---|
static class |
NodeDecoder.DecoderState |
| Modifier and Type | Method and Description |
|---|---|
Object |
decodeNode(NodeDecoder.DecoderState state,
F factory) |
int |
getChecksum() |
default Class<?>[] |
getClasses() |
int |
getMethodIdFromSignature(String signature) |
default Class<?>[] getClasses()
Object decodeNode(NodeDecoder.DecoderState state, F factory)
int getMethodIdFromSignature(String signature)
int getChecksum()