Class ABICodecJsonWrapper

java.lang.Object
org.fisco.bcos.sdk.abi.wrapper.ABICodecJsonWrapper

public class ABICodecJsonWrapper
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ABICodecJsonWrapper()  
  • Method Summary

    Modifier and Type Method Description
    com.fasterxml.jackson.databind.JsonNode decode​(ABIObject abiObject)  
    java.util.List<java.lang.String> decode​(ABIObject template, java.lang.String buffer)  
    ABIObject encode​(ABIObject template, java.util.List<java.lang.String> inputs)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • encode

      public ABIObject encode​(ABIObject template, java.util.List<java.lang.String> inputs) throws java.io.IOException
      Throws:
      java.io.IOException
    • decode

      public com.fasterxml.jackson.databind.JsonNode decode​(ABIObject abiObject)
    • decode

      public java.util.List<java.lang.String> decode​(ABIObject template, java.lang.String buffer)