Skip to content

setting serializableModel to true to implement serilizable for modal classes not working #603

@SureshTak

Description

@SureshTak

In the config Json, I added serializableModel: true but still classes are not generating with implement serializable. Is there any additional setting need to be done to have all classes implement Serializable interface.

{
  "name": "hello",
  "version": "0.1.0",
  "groupId": "com.hello",
  "artifactId": "0.1.0",
  "rootPackage": "com.networknt.eventuate.account.command",
  "handlerPackage":"com.networknt.eventuate.account.command.handler",
  "modelPackage":"com.hello",
  "serializableModel": true,
  "overwriteHandler": true,
  "overwriteHandlerTest": true,
  "overwriteModel": true,
  "httpPort": 8080,
  "enableHttp": false,
  "httpsPort": 8443,
  "enableHttps": false,
  "enableRegistry": false,
  "supportOracle": false,
  "supportMysql": false,
  "supportPostgresql": false,
  "supportH2ForTest": false,
  "supportClient": false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions