Package org.openziti.api
Class CIDRBlock.Serializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class CIDRBlock.Serializer extends JsonSerializer<CIDRBlock>
-
-
Constructor Summary
Constructors Constructor Description CIDRBlock.Serializer()
-
Method Summary
Modifier and Type Method Description Unitserialize(CIDRBlock value, JsonGenerator gen, SerializerProvider serializers)-
Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer
acceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-