java.lang.Object
com.esotericsoftware.kryo.Serializer<org.locationtech.jts.index.strtree.STRtree>
org.locationtech.jts.index.strtree.STRtreeSerializer
public class STRtreeSerializer
extends com.esotericsoftware.kryo.Serializer<org.locationtech.jts.index.strtree.STRtree>
Provides methods to efficiently serialize and deserialize the index. trees
 are serialized recursively.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.locationtech.jts.index.strtree.STRtreeread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<org.locationtech.jts.index.strtree.STRtree> type) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.locationtech.jts.index.strtree.STRtree tree) Methods inherited from class com.esotericsoftware.kryo.Serializercopy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
- 
Constructor Details- 
STRtreeSerializerpublic STRtreeSerializer()
 
- 
- 
Method Details- 
readpublic org.locationtech.jts.index.strtree.STRtree read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<org.locationtech.jts.index.strtree.STRtree> type) - Specified by:
- readin class- com.esotericsoftware.kryo.Serializer<org.locationtech.jts.index.strtree.STRtree>
 
- 
writepublic void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, org.locationtech.jts.index.strtree.STRtree tree) - Specified by:
- writein class- com.esotericsoftware.kryo.Serializer<org.locationtech.jts.index.strtree.STRtree>
 
 
-