I have a full multiplatform serialization library ...
# multiplatform
j
I have a full multiplatform serialization library based on an artificial reflection plugin I wrote. It was built to support serializing and deserializing any types you specified in a manifest file (including those from libraries), and requires no annotations to work. It handles things like polymorphism really well (and safely because manifest). You can customize how each type is serialized and deserialized on an individual format level. Does anyone need something like this or should I toss it in favor of KotlinX serialization?