| Package | Description |
|---|---|
| com.github.davidmoten.rtree | |
| com.github.davidmoten.rtree.fbs | |
| com.github.davidmoten.rtree.kryo |
| Modifier and Type | Method and Description |
|---|---|
<S extends Geometry> |
Serializers.SerializerBuilder.bytes() |
<S extends Geometry> |
Serializers.SerializerTypedBuilder.create() |
<T extends Serializable,S extends Geometry> |
Serializers.SerializerBuilder.javaIo() |
<S extends Geometry> |
Serializers.SerializerBuilder.string(Charset charset) |
<S extends Geometry> |
Serializers.SerializerBuilder.utf8() |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializerFlatBuffers<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
SerializerFlatBuffers.create(rx.functions.Func1<? super T,byte[]> serializer,
rx.functions.Func1<byte[],? extends T> deserializer) |
| Modifier and Type | Class and Description |
|---|---|
class |
SerializerKryo<T,S extends Geometry> |
| Modifier and Type | Method and Description |
|---|---|
static <T,S extends Geometry> |
SerializerKryo.create(rx.functions.Func1<? super T,byte[]> serializer,
rx.functions.Func1<byte[],? extends T> deserializer,
rx.functions.Func0<com.esotericsoftware.kryo.Kryo> kryoFactory) |
Copyright © 2013–2023. All rights reserved.