Class EnvelopeSerializer

java.lang.Object
com.esotericsoftware.kryo.Serializer<org.locationtech.jts.geom.Envelope>
org.apache.jena.geosparql.kryo.EnvelopeSerializer

public class EnvelopeSerializer extends com.esotericsoftware.kryo.Serializer<org.locationtech.jts.geom.Envelope>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.locationtech.jts.geom.Envelope
    read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<org.locationtech.jts.geom.Envelope> type)
     
    void
    write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.locationtech.jts.geom.Envelope envelope)
     

    Methods inherited from class com.esotericsoftware.kryo.Serializer

    copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EnvelopeSerializer

      public EnvelopeSerializer()
  • Method Details

    • write

      public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.locationtech.jts.geom.Envelope envelope)
      Specified by:
      write in class com.esotericsoftware.kryo.Serializer<org.locationtech.jts.geom.Envelope>
    • read

      public org.locationtech.jts.geom.Envelope read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<org.locationtech.jts.geom.Envelope> type)
      Specified by:
      read in class com.esotericsoftware.kryo.Serializer<org.locationtech.jts.geom.Envelope>