Write a function that produces an Ion deserializer for a given Type
Write a function with a signature like def getIonDeserializer (a : Type) : ByteArray -> Except Format a
You can find the Ion documentation here: https://amazon-ion.github.io/ion-docs/
Write a function that produces an Ion deserializer for a given Type
Write a function with a signature like
def getIonDeserializer (a : Type) : ByteArray -> Except Format aYou can find the Ion documentation here: https://amazon-ion.github.io/ion-docs/