public class InstantSerializer extends Object implements com.google.gson.JsonSerializer<java.time.Instant>
| Modifier and Type | Field and Description |
|---|---|
static java.time.format.DateTimeFormatter |
FORMATTER |
| Constructor and Description |
|---|
InstantSerializer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
format(java.time.Instant instant) |
com.google.gson.JsonElement |
serialize(java.time.Instant instant,
Type type,
com.google.gson.JsonSerializationContext context) |
public com.google.gson.JsonElement serialize(java.time.Instant instant,
Type type,
com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<java.time.Instant>public static String format(java.time.Instant instant)
Copyright © 2022. All rights reserved.