public class LongToString extends com.fasterxml.jackson.databind.JsonSerializer<Long>
| 构造器和说明 |
|---|
LongToString() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 com.fasterxml.jackson.databind.JsonSerializer<Long>IOExceptionCopyright © 2024. All rights reserved.