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

public static class SubnetSerializer.AnyVersion extends SubnetSerializer<Subnet<?>>
A serializer for Subnet. It can handle both IPv4Subnet and IPv6Subnet.
Author:
Rob Spoor