Class LocalDateTimeSerializer

java.lang.Object
com.github.nmorel.gwtjackson.client.JsonSerializer<LocalDateTime>
de.knightsoftnet.datatype.jsr310.ser.LocalDateTimeSerializer

public class LocalDateTimeSerializer extends com.github.nmorel.gwtjackson.client.JsonSerializer<LocalDateTime>
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doSerialize(com.github.nmorel.gwtjackson.client.stream.JsonWriter writer, LocalDateTime 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 LocalDateTimeSerializer getInstance()
      static get instance method.
      Returns:
      an instance of LocalDateTimeSerializer
    • doSerialize

      protected void doSerialize(com.github.nmorel.gwtjackson.client.stream.JsonWriter writer, LocalDateTime 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<LocalDateTime>