Class ScattererSerializer

java.lang.Object
edu.sc.seis.TauP.gson.ScattererSerializer
All Implemented Interfaces:
com.google.gson.JsonSerializer<Scatterer>

public class ScattererSerializer extends Object implements com.google.gson.JsonSerializer<Scatterer>
  • Constructor Details

    • ScattererSerializer

      public ScattererSerializer()
  • Method Details

    • serialize

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