This method will return the identifier that the generated code was generated with. This is useful because when the classes are resolved generically, this let's us know the identifier, which is used when serlializing and deserializing tuples. @return the identifire as Int.
()
| 85 | * @return the identifire as Int. |
| 86 | */ |
| 87 | public abstract int getSchemaTupleIdentifier(); |
| 88 | protected abstract int schemaSize(); |
| 89 | |
| 90 | public String getSchemaString() { |
no outgoing calls
no test coverage detected