serialize abstract method

String serialize(
  1. T data
)

Serializes the given data into a string.

Implementation

String serialize(T data);