public class MvcLongSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Long>
| Constructor and Description |
|---|
MvcLongSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Long aLong,
com.fasterxml.jackson.core.JsonGenerator jsonGenerator,
com.fasterxml.jackson.databind.SerializerProvider serializerProvider) |
public void serialize(Long aLong, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Long>IOExceptionCopyright © 2025. All rights reserved.