Serializes the given data to a JSON string.
The data to serialize.
A JSON string representing the serialized data.
Deserializes the given JSON string to an object of type T.
The JSON string to deserialize.
A promise that resolves to an object of type T.
Serializes and deserializes data to and from JSON format.