Serializes and deserializes entities as JSON.

Hierarchy

  • JsonSerializer

Implements

Constructors

Properties

Methods

Constructors

Properties

supportedMediaTypes: string[] = ...

A list of MIME types this serializer supports.

Methods

  • Deserializes an entity.

    Type Parameters

    • T

      The type of entity to deserialize.

    Parameters

    • text: string

      The string to deserialize into an entity.

    Returns T

Generated using TypeDoc