Uses of Class
services.moleculer.serializer.Serializer
Packages that use Serializer
Package
Description
-
Uses of Serializer in services.moleculer.cacher
Fields in services.moleculer.cacher declared as SerializerModifier and TypeFieldDescriptionprotected SerializerJCacheCacher.serializerprotected SerializerRedisCacher.serializerMethods in services.moleculer.cacher that return SerializerMethods in services.moleculer.cacher with parameters of type Serializer -
Uses of Serializer in services.moleculer.serializer
Subclasses of Serializer in services.moleculer.serializerModifier and TypeClassDescriptionclassSerializer with Symmetric Key Encryption.classBSON Serializer
Binary BSON reader and writer.classCBOR Serializer
CBOR is based on the wildly successful JSON data model: numbers, strings, arrays, maps (called objects in JSON), and a few values such as false, true, and null.classSuperclass of chainable Serializers.classMessage compressor / decompressor.classAmazon ION Serializer
Description: Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations.classSerializer based on Java Object Serialization
Type safe, but Java-dependent and slower than the JsonSerializer.classGeneric JSON serializer
JSON (JavaScript Object Notation) is a lightweight data-interchange format.classMessagePack serializer
MessagePack is an efficient binary serialization format.classSmile Serializer
Smile is a computer data interchange format based on JSON.Fields in services.moleculer.serializer declared as SerializerConstructors in services.moleculer.serializer with parameters of type SerializerModifierConstructorDescriptionBlockCipherSerializer(Serializer parent) Creates a Serializer that uses a symmetric encryption algorithm to encrypt/decrypt messages.BlockCipherSerializer(Serializer parent, String password) Creates a Serializer that uses a symmetric encryption algorithm to encrypt/decrypt messages.BlockCipherSerializer(Serializer parent, String password, String algorithm) Creates a Serializer that uses a symmetric encryption algorithm to encrypt/decrypt messages.BlockCipherSerializer(Serializer parent, String password, String algorithm, byte[] iv) Creates a Serializer that uses a symmetric encryption algorithm to encrypt/decrypt messages.BlockCipherSerializer(Serializer parent, String password, String algorithm, String iv) Creates a Serializer that uses a symmetric encryption algorithm to encrypt/decrypt messages.protectedChainedSerializer(Serializer parent) DeflaterSerializer(Serializer parent) Creates a custom Serializer that compresses content above 1024 bytes size with the compression level "1".DeflaterSerializer(Serializer parent, int threshold, int compressionLevel) Creates a custom Serializer that compresses content above a specified size with the specified compression level (1-9). -
Uses of Serializer in services.moleculer.transporter
Fields in services.moleculer.transporter declared as SerializerMethods in services.moleculer.transporter that return SerializerMethods in services.moleculer.transporter with parameters of type SerializerConstructors in services.moleculer.transporter with parameters of type Serializer