calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Add InetAddress encoders #119

Closed eawagner closed 10 years ago

eawagner commented 10 years ago

This should include the Inet4Address and Inet6Address lexi and simple encoders.

This is useful to prevent the requirement to do a conversion to the mango domain objects inorder to represent and ip address.

I propose using "inet4" and "inet6" for the aliases to prevent any conflict with the current "ipv4" alias.