DateSerializer typedef

DateSerializer = String Function(DateTime date)

Hook to stringify a DateTime before it goes through the Encoder. Return a plain, unencoded string; the encoder will percent‑encode it.

Implementation

typedef DateSerializer = String Function(DateTime date);