public class LocalTimeSerializer extends com.fasterxml.jackson.databind.JsonSerializer<LocalTime>
| 构造器和说明 |
|---|
LocalTimeSerializer() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
serialize(LocalTime localTime,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public void serialize(LocalTime localTime, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize 在类中 com.fasterxml.jackson.databind.JsonSerializer<LocalTime>IOExceptionCopyright © 2021 guerlab. All rights reserved.