Interface JSONMarshallable

  • All Implemented Interfaces:
    com.naver.ads.util.json.JSONHelper

    
    public interface JSONMarshallable<T extends Object>
     implements JSONHelper
                        

    Represents a serialization marshaller based on JSON.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract JSONObject toJSONObject(T payload) Returns a JSONObject containing the values of the members of this instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait