Serializer<T> typedef

Serializer<T> = String Function(T data)

Implementation

typedef Serializer<T> = String Function(T data);