You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@SureshTak The swagger framework is removed as we only support OpenAPI 3.0 specification for codegen now. There are online tools to convert swagger spec to openapi spec.
For your first question, serializable is not supported for the POJO generation. We need to add this into the support if it is needed. From my experience, we don't need this interface unless we are still trying to build a Java EE application. What is your use case?
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.
The text was updated successfully, but these errors were encountered: