Package org.jitsi.mediajson
Class Long2StringSerializer
-
- All Implemented Interfaces:
-
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public final class Long2StringSerializer extends JsonSerializer<Long>
-
-
Constructor Summary
Constructors Constructor Description Long2StringSerializer()
-
Method Summary
Modifier and Type Method Description Unitserialize(Long 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
-
-