Class LocalDateSerializer
java.lang.Object
com.github.nmorel.gwtjackson.client.JsonSerializer<LocalDate>
de.knightsoftnet.datatype.jsr310.ser.LocalDateSerializer
public class LocalDateSerializer
extends com.github.nmorel.gwtjackson.client.JsonSerializer<LocalDate>
-
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoSerialize(com.github.nmorel.gwtjackson.client.stream.JsonWriter writer, LocalDate value, com.github.nmorel.gwtjackson.client.JsonSerializationContext ctx, com.github.nmorel.gwtjackson.client.JsonSerializerParameters params) static LocalDateSerializerstatic get instance method.Methods inherited from class com.github.nmorel.gwtjackson.client.JsonSerializer
isAbsent, isDefault, isEmpty, serialize, serialize, serialize, serializeNullValue
-
Method Details
-
getInstance
static get instance method.- Returns:
- an instance of
LocalDateSerializer
-
doSerialize
protected void doSerialize(com.github.nmorel.gwtjackson.client.stream.JsonWriter writer, LocalDate value, com.github.nmorel.gwtjackson.client.JsonSerializationContext ctx, com.github.nmorel.gwtjackson.client.JsonSerializerParameters params) - Specified by:
doSerializein classcom.github.nmorel.gwtjackson.client.JsonSerializer<LocalDate>
-