zafarkhaja / jsemver

Java implementation of the SemVer Specification
MIT License
429 stars 82 forks source link

Implement java.io.Serializable #47

Closed mjiderhamn closed 6 months ago

mjiderhamn commented 5 years ago

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.

asarkar commented 3 years ago

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.

zafarkhaja commented 1 year ago

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