接口 JsonObjectMarshaller<T>

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型方法说明
      java.lang.Stringmarshal​(T object)
      Marshal an object into a json representation.
    • 方法详细资料

      • marshal

        java.lang.String marshal​(T object)
        Marshal an object into a json representation.
        参数:
        object - to marshal
        返回:
        json representation fo the object