public class LocalDateTimeDeserializer extends Object implements com.google.gson.JsonDeserializer<LocalDateTime>
 Converts a timestamp into a LocalDateTime instance.
| Constructor and Description | 
|---|
| LocalDateTimeDeserializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| LocalDateTime | deserialize(com.google.gson.JsonElement json,
           Type type,
           com.google.gson.JsonDeserializationContext context) | 
public LocalDateTime deserialize(com.google.gson.JsonElement json, Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<LocalDateTime>com.google.gson.JsonParseExceptionCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.