get Serialized
fun getSerialized(text: String, inputFormat: VgsExpiryDateFormat, outputFormat: VgsExpiryDateFormat): List<Pair<String, String>>
Serialises text into a list of (fieldName, value) pairs ready for submission.
Parameters
text
raw text without formatting.
input Format
format used to parse text.
output Format
format used to render the parsed date before splitting.