@qualithm/kafka-client - v0.1.6
    Preparing search index...

    Function jsonSerializer

    • Creates a JSON serializer/deserializer.

      Serialises values to UTF-8 JSON bytes and deserialises UTF-8 JSON bytes back to typed values. The type parameter T is not validated at runtime; callers are responsible for ensuring the JSON shape matches T.

      Type Parameters

      • T

      Returns Serde<T>