Class RayCalculateableSerializer

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

    public class RayCalculateableSerializer
    extends java.lang.Object
    implements com.google.gson.JsonSerializer<RayCalculateable>
    • Method Summary

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

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

      • RayCalculateableSerializer

        public RayCalculateableSerializer()
    • Method Detail

      • serialize

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