MapsterMapper / Mapster

A fast, fun and stimulating object to object Mapper
MIT License
4.31k stars 328 forks source link

(help) is it safe to use mapster for the sole purpose of deep cloning objects ? #505

Open MuhamedOsama opened 1 year ago

MuhamedOsama commented 1 year ago

I already use mapster for mapping dtos and it's perfect and extremely fast, but i was wondering if i can safely use it to deep clone objects, so basically as an alternative to DeepCloner and other similar libraries.