final classSerializedMap extends MapData with Externalizable with KryoSerializable
An implementation of MapData serialized like SerializedRow elements
that pays attention to the platform endianness and uses a consistent endian
format (little-endian) so is suitable for storage.
Linear Supertypes
KryoSerializable, Externalizable, MapData, Serializable, Serializable, AnyRef, Any
An implementation of MapData serialized like
SerializedRow
elements that pays attention to the platform endianness and uses a consistent endian format (little-endian) so is suitable for storage.