Class YearMonthSerializer

java.lang.Object
io.goodforgod.gson.configuration.serializer.YearMonthSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<YearMonth>

public class YearMonthSerializer extends Object implements com.google.gson.JsonSerializer<YearMonth>
Since:
06.11.2021
See Also:
  • Field Details

  • Constructor Details

    • YearMonthSerializer

      public YearMonthSerializer()
    • YearMonthSerializer

      public YearMonthSerializer(DateTimeFormatter formatter)
  • Method Details

    • serialize

      public com.google.gson.JsonElement serialize(YearMonth src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
      Specified by:
      serialize in interface com.google.gson.JsonSerializer<YearMonth>