Optimizing Schema Compatibility with Encode and Decode Functions
Hi, i had a question, i have a schema, and i had a raw data which needs to be transformed into schema compatible data, so for this, which is best data type that will work for both encode & decode. if i transform raw data into Schema.Schema.Encoded<T> then will it gurantee that transformed data will always pass encode and decode function?
