stringify abstract method

String stringify(
  1. T value
)

Converts value to a string suitable for use as a JSON map key.

Implementation

String stringify(T value);