Class LocalTimeSerializer

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

public class LocalTimeSerializer extends com.github.nmorel.gwtjackson.client.JsonSerializer<LocalTime>
  • Method Summary

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

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