typestack / class-transformer

Decorator-based transformation, serialization, and deserialization between objects and classes.
MIT License
6.75k stars 493 forks source link

fix: allow plain to class to convert from Set to Set instead of from Set to Array #1724

Open onhate opened 1 month ago

onhate commented 1 month ago

Description

Allow conversion from plain values containing Sets to Sets instead of Array.

Checklist

Fixes

fixes #1723