public class DefaultInstantSerializer
extends com.fasterxml.jackson.databind.JsonSerializer<java.time.Instant>
| Constructor and Description |
|---|
DefaultInstantSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.time.Instant arg0,
com.fasterxml.jackson.core.JsonGenerator arg1,
com.fasterxml.jackson.databind.SerializerProvider arg2) |
public void serialize(java.time.Instant arg0,
com.fasterxml.jackson.core.JsonGenerator arg1,
com.fasterxml.jackson.databind.SerializerProvider arg2)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<java.time.Instant>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2020. All Rights Reserved.