zio-schema icon indicating copy to clipboard operation
zio-schema copied to clipboard

Avro Codec decoding for GenericRecord Single field is now supported

Open harshtech123 opened this issue 8 months ago • 0 comments

/closes #805 /claim #805

updated logic to handle the record single field case properly also added test cases that asserts ! @jdegoes in test i define the case class as case class ViviRequestKey(deviceId: String) gives better understanding of how single field can be decoded , thank you so much !

harshtech123 avatar Mar 30 '25 15:03 harshtech123