Package services.moleculer.serializer


package services.moleculer.serializer
  • Classes
    Class
    Description
    Serializer with Symmetric Key Encryption.
    BSON Serializer

    Binary BSON reader and writer.
    CBOR 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.
    Superclass of chainable Serializers.
    Message compressor / decompressor.
    Amazon ION Serializer

    Description: Amazon Ion is a richly-typed, self-describing, hierarchical data serialization format offering interchangeable binary and text representations.
    Serializer based on Java Object Serialization

    Type safe, but Java-dependent and slower than the JsonSerializer.
    Generic JSON serializer

    JSON (JavaScript Object Notation) is a lightweight data-interchange format.
    MessagePack serializer

    MessagePack is an efficient binary serialization format.
    Base superclass of all data serializer implementations.
    Smile Serializer

    Smile is a computer data interchange format based on JSON.