io.altoo.serialization.kryo.scala.serializer
Members list
Type members
Classlikes
Serializes enumeration by name.
Serializes enumeration by name.
Attributes
- Supertypes
-
class Serializer[Value]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class DefaultClassResolvertrait ClassResolverclass Objecttrait Matchableclass Any
This is a very fast, non-cryptographic hash suitable for general hash-based lookup. See http://murmurhash.googlepages.com/ for more details.
This is a very fast, non-cryptographic hash suitable for general hash-based lookup. See http://murmurhash.googlepages.com/ for more details.
The C version of MurmurHash 2.0 found at that site was ported to Java by Andrzej Bialecki (ab at getopt org).
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MurmurHash.type
Generic serializer for traversable collections
Generic serializer for traversable collections
Attributes
- Supertypes
-
class Serializer[Iterable[_]]class Objecttrait Matchableclass Any
Serializes enums using the enum's name. This prevents invalidating previously serialized bytes when the enum order changes
Serializes enums using the enum's name. This prevents invalidating previously serialized bytes when the enum order changes
Attributes
- Supertypes
-
class Serializer[T]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[Map[_, _]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[Set[_]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[Map[_, _]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[Set[_]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[SortedSet[_]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Kryoclass Objecttrait Matchableclass Any
Module with specialized serializers for Scala Maps. They are split in 3 different serializers in order:
Module with specialized serializers for Scala Maps. They are split in 3 different serializers in order:
- To not need reflection at runtime (find if it is SortedMap)
- Use inplace updates with mutable Maps
Attributes
- Supertypes
-
class Serializer[Map[_, _]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[Set[_]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[SortedSet[_]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[T]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[SortedMap[_, _]]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class Serializer[Unit]class Objecttrait Matchableclass Any
Attributes
- Supertypes
-
class DefaultClassResolvertrait ClassResolverclass Objecttrait Matchableclass Any