We need a function that saves the values that will we processed by Schema. ``` class Schema { protected toInternalValue(date: T): C { } } ```