Dust field note
Keep Unix Timestamps at the API Boundary

When an API sends integer milliseconds, one SerDeCodec<DateTime, int> keeps the JSON unchanged while the model works with DateTime. Apply it to required or nullable fields; Dust handles null outside the codec.
Read the Dust custom codec guide.
#Dust #Serde #SerDeCodec #CodeGeneration