typestack / class-transformer

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

feat(export): export metadata storage for picking #1714

Closed thongxuan closed 3 weeks ago

thongxuan commented 3 weeks ago

Description

This PR exports the metadata storage so that any helper script that wants to pick the metadata for partial / subclassing can work.

Checklist

Fixes

fixes #[issue number], fixes #[issue number]