CubeEngine / ReflecT

Typesafe serialization of data for Java
http://cubeisland.de
MIT License
13 stars 2 forks source link

Polymorphic Deserialization #27

Open pschichtel opened 9 years ago

pschichtel commented 9 years ago

Common libraries in the JSON space tend to fail (hard) at this, so we could greatly improve it.

What we need is a way to detect which concrete implemention to sue for the deserialization process.