Interface NodeDecoder<F>


public interface NodeDecoder<F>
  • Method Details

    • getClasses

      default Class<?>[] getClasses()
    • decodeNode

      Object decodeNode(NodeDecoder.DecoderState state, F factory)
    • getMethodIdFromSignature

      int getMethodIdFromSignature(String signature)
    • getChecksum

      int getChecksum()