public class PersistableSerializer
extends com.esotericsoftware.kryo.Serializer<org.locationtech.geowave.core.index.persist.Persistable>
| Constructor and Description |
|---|
PersistableSerializer() |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.geowave.core.index.persist.Persistable |
read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.locationtech.geowave.core.index.persist.Persistable> classTag) |
void |
write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.locationtech.geowave.core.index.persist.Persistable object) |
public org.locationtech.geowave.core.index.persist.Persistable read(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Input input,
Class<org.locationtech.geowave.core.index.persist.Persistable> classTag)
read in class com.esotericsoftware.kryo.Serializer<org.locationtech.geowave.core.index.persist.Persistable>public void write(com.esotericsoftware.kryo.Kryo kryo,
com.esotericsoftware.kryo.io.Output output,
org.locationtech.geowave.core.index.persist.Persistable object)
write in class com.esotericsoftware.kryo.Serializer<org.locationtech.geowave.core.index.persist.Persistable>Copyright © 2013–2022. All rights reserved.