janvanbesien / java-ipv6

Java library to represent IPv6 addresses, networks, and related concepts
Apache License 2.0
85 stars 33 forks source link

IPv6Network, etc. not serializable #19

Closed justinrmiller closed 9 years ago

justinrmiller commented 9 years ago

Greetings,

We're using your class as part of an InetRange class we use internally and were wondering if you would be able to to make the classes in this project serializable? When we're transmitting InetRanges for Spark jobs over the network they fail to serialize/deserialize.

Thanks! Justin

janvanbesien commented 9 years ago

Implemented, thanks for the suggestion.