| Modifier and Type | Class and Description |
|---|---|
static class |
Geoshape.GeoshapeSerializer |
| Constructor and Description |
|---|
RegisteredAttributeClass(int position,
Class<T> type,
AttributeSerializer<T> serializer) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrderPreservingSerializer<V>
Interface that extends
AttributeSerializer to provide a serialization that is byte order preserving, i.e. |
| Modifier and Type | Class and Description |
|---|---|
class |
NoSerializer<V> |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
AttributeHandler.registerClass(int registrationNo,
Class<T> type,
AttributeSerializer<T> attributeHandler) |
<V> void |
StandardSerializer.registerClass(int registrationNo,
Class<V> datatype,
AttributeSerializer<V> serializer) |
<V> void |
StandardSerializer.registerClassInternal(int registrationNo,
Class<? extends V> datatype,
AttributeSerializer<V> serializer) |
Copyright © 2012–2015. All rights reserved.