Class MuranoApplication

  • All Implemented Interfaces:
    Serializable, ModelEntity, Application

    public class MuranoApplication
    extends Object
    implements Application
    This is needed to serialize only property "data" without key "data" itself. I.e. get output: { "instance": { ... }, "name": "MyApp", ... }

    instead of:

    { "data": { "instance": { ... }, "name": "MyApp", ... } }

    See Also:
    Serialized Form