package impl
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
ActiveDeserialization extends KryoFeatureDeserialization
Fully deserializes the simple feature before returning
-
trait
KryoFeatureDeserialization extends SimpleFeatureSerializer with LazyLogging
Base trait for kryo deserialization
- trait KryoFeatureSerialization extends SimpleFeatureSerializer
-
trait
LazyDeserialization extends KryoFeatureDeserialization
Wraps the input but defers deserialization until an attribute is required
Value Members
- object ActiveDeserialization
- object KryoFeatureDeserialization extends LazyLogging
-
object
KryoFeatureDeserializationV2 extends LazyLogging
Version 2 serialization scheme consists of:
Version 2 serialization scheme consists of:
- one byte containing the serialization version (2)
- four byte int containing the offset to the per-attribute offsets
- the feature id as a string (if
withId) - the serialized attributes, in order, each prepended with a byte 0 or 1 to indicate null/not null
- a variable length int (1-4 bytes) per attribute, for the offset to the start of the attribute in the serialized bytes
- the serialized user data (if
withUserData)
- object KryoFeatureSerialization extends LazyLogging
- object LazyDeserialization