Class ScatteredArrivalSerializer

  • All Implemented Interfaces:
    com.google.gson.JsonSerializer<ScatteredArrival>

    public class ScatteredArrivalSerializer
    extends java.lang.Object
    implements com.google.gson.JsonSerializer<ScatteredArrival>
    • Constructor Summary

      Constructors 
      Constructor Description
      ScatteredArrivalSerializer​(boolean withPierce, boolean withPath, boolean withAmplitude)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.google.gson.JsonElement serialize​(ScatteredArrival src, java.lang.reflect.Type typeOfSrc, com.google.gson.JsonSerializationContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ScatteredArrivalSerializer

        public ScatteredArrivalSerializer​(boolean withPierce,
                                          boolean withPath,
                                          boolean withAmplitude)
    • Method Detail

      • serialize

        public com.google.gson.JsonElement serialize​(ScatteredArrival src,
                                                     java.lang.reflect.Type typeOfSrc,
                                                     com.google.gson.JsonSerializationContext context)
        Specified by:
        serialize in interface com.google.gson.JsonSerializer<ScatteredArrival>