-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
When creating copy constructors it would be useful to have mappings between types that are no exactly the same.
For instance, the representation of a date on the network layer may be a string, but it may be a date on the domain.
We could define strategies to work with such conventions:
@TypeAdapter
fun String.toDate(): Date = ...
Metadata
Metadata
Assignees
Labels
No labels