Serializer<T> typedef

Serializer<T> = dynamic Function(T o)

Implementation

typedef Serializer<T> = dynamic Function(T o);