Package edu.sc.seis.TauP.gson
Class ShadowZoneSerializer
java.lang.Object
edu.sc.seis.TauP.gson.ShadowZoneSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<ShadowZone>
public class ShadowZoneSerializer
extends Object
implements com.google.gson.JsonSerializer<ShadowZone>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.JsonElementserialize(ShadowZone shad, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-
Constructor Details
-
ShadowZoneSerializer
public ShadowZoneSerializer()
-
-
Method Details
-
serialize
public com.google.gson.JsonElement serialize(ShadowZone shad, Type typeOfSrc, com.google.gson.JsonSerializationContext context) - Specified by:
serializein interfacecom.google.gson.JsonSerializer<ShadowZone>
-