Helpful
    Preparing search index...

    Represents a serializer that serializes anything to a JSON string.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Serializes a candidate object to a string.

      Parameters

      • candidate: any

        The candidate object.

      Returns string | undefined

      The string representation of the candidate or undefined if no such string representation could be serialized.