public class FeatureSerializer
extends com.esotericsoftware.kryo.Serializer<org.opengis.feature.simple.SimpleFeature>
| Constructor and Description |
|---|
FeatureSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.opengis.feature.simple.SimpleFeature |
read(com.esotericsoftware.kryo.Kryo arg0,
com.esotericsoftware.kryo.io.Input arg1,
Class<org.opengis.feature.simple.SimpleFeature> arg2) |
void |
write(com.esotericsoftware.kryo.Kryo arg0,
com.esotericsoftware.kryo.io.Output arg1,
org.opengis.feature.simple.SimpleFeature arg2) |
public org.opengis.feature.simple.SimpleFeature read(com.esotericsoftware.kryo.Kryo arg0,
com.esotericsoftware.kryo.io.Input arg1,
Class<org.opengis.feature.simple.SimpleFeature> arg2)
read in class com.esotericsoftware.kryo.Serializer<org.opengis.feature.simple.SimpleFeature>public void write(com.esotericsoftware.kryo.Kryo arg0,
com.esotericsoftware.kryo.io.Output arg1,
org.opengis.feature.simple.SimpleFeature arg2)
write in class com.esotericsoftware.kryo.Serializer<org.opengis.feature.simple.SimpleFeature>Copyright © 2013–2022. All rights reserved.