SerializerFunc<T> typedef

SerializerFunc<T> = dynamic Function(dynamic)

Implementation

typedef SerializerFunc<T> = Function(dynamic);