Package org.jitsi.mediajson
Class Int2StringSerializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class Int2StringSerializer extends JsonSerializer<Int>
-
-
Constructor Summary
Constructors Constructor Description Int2StringSerializer()
-
Method Summary
Modifier and Type Method Description Unitserialize(Integer value, JsonGenerator gen, SerializerProvider p)-
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
-
-