Closed falkobuttler closed 5 years ago
Currently, CodableTransform only works properly if the object to be serialized is a single item and not an array of items. This PR will enable also arrays to be serialized properly.
CodableTransform
Currently,
CodableTransform
only works properly if the object to be serialized is a single item and not an array of items. This PR will enable also arrays to be serialized properly.