Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Allow custom external serializable types via an Interface #9

Closed
ncomet opened this issue Feb 20, 2020 · 1 comment · Fixed by #10
Closed

[FEATURE] Allow custom external serializable types via an Interface #9

ncomet opened this issue Feb 20, 2020 · 1 comment · Fixed by #10
Assignees
Labels
enhancement New feature or request

Comments

@ncomet
Copy link
Collaborator

ncomet commented Feb 20, 2020

It would be nice to add an interface, for instance named "CustomKoson" that will have a single method serialize(): String and make Koson rely on it instead of toString() fallback.

@ncomet ncomet added the enhancement New feature or request label Feb 20, 2020
@ncomet ncomet self-assigned this Feb 20, 2020
@ncomet
Copy link
Collaborator Author

ncomet commented Feb 20, 2020

This would be especially useful because sometimes you want the toString() to have a specific behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant