jsemver icon indicating copy to clipboard operation
jsemver copied to clipboard

Implement java.io.Serializable

Open mjiderhamn opened this issue 5 years ago • 1 comments

Make com.github.zafarkhaja.semver.Version implement java.io.Serializable.

For example this makes it easier to persist com.github.zafarkhaja.semver.Version using a Hibernate UserType.

mjiderhamn avatar Nov 08 '18 07:11 mjiderhamn

I don't think this library is maintained any more. I developed https://github.com/asarkar/jsemver, and am curious why can't you simply persist the string representation of the version.

asarkar avatar Nov 09 '20 07:11 asarkar

Hello Mattias! Sorry for the delay and thank you for your contribution!

zafarkhaja avatar Apr 12 '23 14:04 zafarkhaja