Class JSONPObject

  • All Implemented Interfaces:
    JsonSerializable

    public class JSONPObject
    extends java.lang.Object
    implements JsonSerializable
    Container class that can be used to wrap any Object instances (including nulls), and will serialize embedded in JSONP wrapping.
    See Also:
    JSONWrappedObject