Flight-School / AnyCodable

Type-erased wrappers for Encodable, Decodable, and Codable values
https://flight.school/books/codable
MIT License
1.28k stars 132 forks source link

Is there a way to encode any swift-enum? #48

Closed mlch911 closed 3 years ago

mlch911 commented 3 years ago

I'm trying to write a AutoCoding module. But I'm stuck with coding swift-enum. I can't init the enum from decoder without knowing its exact type...

mattt commented 3 years ago

Sorry, but I'm having trouble understanding your question. Can you be more specific about what you're trying to accomplish?