Class IPRangeSerializer.AnyVersion

java.lang.Object
tools.jackson.databind.ValueSerializer<R>
com.github.robtimus.net.ip.jackson.databind.IPRangeSerializer<IPRange<?>>
com.github.robtimus.net.ip.jackson.databind.IPRangeSerializer.AnyVersion
All Implemented Interfaces:
JsonFormatVisitable
Enclosing class:
IPRangeSerializer<R extends IPRange<?>>

public static class IPRangeSerializer.AnyVersion extends IPRangeSerializer<IPRange<?>>
A serializer for IPRange. It can handle both IPv4Range and IPv6Range.
Author:
Rob Spoor