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 Type
    Method
    Description
    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)
     
    static get instance method.

    Methods inherited from class com.github.nmorel.gwtjackson.client.JsonSerializer

    isAbsent, isDefault, isEmpty, serialize, serialize, serialize, serializeNullValue

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInstance

      public static LocalDateSerializer 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:
      doSerialize in class com.github.nmorel.gwtjackson.client.JsonSerializer<LocalDate>