class UnixInstantSerializer extends com.fasterxml.jackson.databind.JsonSerializer<Instant>
| Modifier and Type | Field and Description |
|---|---|
(package private) static UnixInstantSerializer |
INSTANCE |
| Constructor and Description |
|---|
UnixInstantSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Instant value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
static final UnixInstantSerializer INSTANCE
public void serialize(Instant value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<Instant>IOExceptionCopyright © 2024. All rights reserved.